HDDS-1069. Temporarily disable the security acceptance tests by default in Ozone. Contributed by Marton Elek.
This commit is contained in:
parent
4be87353e3
commit
a140a890c6
|
@ -140,8 +140,6 @@ if [ "$RUN_ALL" = true ]; then
|
|||
#
|
||||
# We select the test suites and execute them on multiple type of clusters
|
||||
#
|
||||
DEFAULT_TESTS=("security")
|
||||
execute_tests ozonesecure "${DEFAULT_TESTS[@]}"
|
||||
DEFAULT_TESTS=("basic")
|
||||
execute_tests ozone "${DEFAULT_TESTS[@]}"
|
||||
TESTS=("ozonefs")
|
||||
|
|
Loading…
Reference in New Issue