Prechádzať zdrojové kódy

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

Bharat Viswanadham 6 rokov pred
rodič
commit
a140a890c6

+ 0 - 2
hadoop-ozone/dist/src/main/smoketest/test.sh

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