From f50b7302d4d0a1c4352f8f26d73a68a0c6247a22 Mon Sep 17 00:00:00 2001 From: morningman Date: Thu, 22 Aug 2024 09:53:00 +0800 Subject: [PATCH] [test] exclude wrong test cases --- regression-test/pipeline/external/conf/regression-conf.groovy | 1 + 1 file changed, 1 insertion(+) diff --git a/regression-test/pipeline/external/conf/regression-conf.groovy b/regression-test/pipeline/external/conf/regression-conf.groovy index 571e7a2e049ec5..014b49ce8aa40a 100644 --- a/regression-test/pipeline/external/conf/regression-conf.groovy +++ b/regression-test/pipeline/external/conf/regression-conf.groovy @@ -71,6 +71,7 @@ excludeSuites = "000_the_start_sentinel_do_not_touch," + // keep this line as th "test_spark_load," + "test_broker_load_func," + "test_stream_stub_fault_injection," + + "test_iceberg_overwrite_with_wrong_partition," + "zzz_the_end_sentinel_do_not_touch" // keep this line as the last line // this directories will not be executed