瀏覽代碼

HDDS-1952. Disable TestMiniChaosOzoneCluster in integration.sh. (#1284)

Signed-off-by: Nanda kumar <nanda@apache.org>
(cherry picked from commit 3dc22d6ef12157d804a43c28e029b86d88cc4b5b)
Doroszlai, Attila 5 年之前
父節點
當前提交
569d75bd36
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      hadoop-ozone/dev-support/checks/integration.sh

+ 2 - 1
hadoop-ozone/dev-support/checks/integration.sh

@@ -18,7 +18,8 @@ cd "$DIR/../../.." || exit 1
 
 export MAVEN_OPTS="-Xmx4096m"
 mvn -B install -f pom.ozone.xml -DskipTests
-mvn -B -fn test -f pom.ozone.xml -pl :hadoop-ozone-integration-test,:hadoop-ozone-filesystem,:hadoop-ozone-tools
+mvn -B -fn test -f pom.ozone.xml -pl :hadoop-ozone-integration-test,:hadoop-ozone-filesystem,:hadoop-ozone-tools \
+  -Dtest=\!TestMiniChaosOzoneCluster
 module_failed_tests=$(find "." -name 'TEST*.xml' -print0 \
     | xargs -0 -n1 "grep" -l -E "<failure|<error"\
     | awk -F/ '{sub("'"TEST-JUNIT_TEST_OUTPUT_DIR"'",""); sub(".xml",""); print $NF}')