diff --git a/regression-test/pipeline/nonConcurrent/conf/regression-conf.groovy b/regression-test/pipeline/nonConcurrent/conf/regression-conf.groovy index b04044ec034c1d..03e9cf887df871 100644 --- a/regression-test/pipeline/nonConcurrent/conf/regression-conf.groovy +++ b/regression-test/pipeline/nonConcurrent/conf/regression-conf.groovy @@ -61,6 +61,11 @@ excludeGroups = "p1,p2" // this suites will not be executed excludeSuites = "000_the_start_sentinel_do_not_touch," + // keep this line as the first line + "test_cold_data_compaction_fault_injection," + + "test_cumu_compaction_delay_fault_injection," + // force 3 replica cause fail + "test_full_compaction_run_status," + // unstable + "test_routine_load_timeout_value," + // to be fix + "test_decimalv2_common," + // to be fix "test_insert_error_url," + // cause stop grace fail "zzz_the_end_sentinel_do_not_touch"// keep this line as the last line