HDDS-1069. Temporarily disable the security acceptance tests by default in Ozone. Contributed by Marton Elek.

This commit is contained in:
Bharat Viswanadham 2019-02-07 18:05:05 -08:00
parent 4be87353e3
commit a140a890c6
1 changed files with 0 additions and 2 deletions

View File

@ -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")