瀏覽代碼

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

Bharat Viswanadham 6 年之前
父節點
當前提交
a140a890c6
共有 1 個文件被更改,包括 0 次插入2 次删除
  1. 0 2
      hadoop-ozone/dist/src/main/smoketest/test.sh

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