diff --git a/regression-test/pipeline/cloud_p0/conf/regression-conf-custom.groovy b/regression-test/pipeline/cloud_p0/conf/regression-conf-custom.groovy index cd2df5c9721427..1bea5c40fca9ec 100644 --- a/regression-test/pipeline/cloud_p0/conf/regression-conf-custom.groovy +++ b/regression-test/pipeline/cloud_p0/conf/regression-conf-custom.groovy @@ -46,6 +46,7 @@ excludeSuites = "000_the_start_sentinel_do_not_touch," + // keep this line as th "test_unique_table_debug_data," + // disable auto compaction "test_insert," + // txn insert "test_delta_writer_v2_back_pressure_fault_injection," + + "test_full_compaction_run_status," + "zzz_the_end_sentinel_do_not_touch" // keep this line as the last line excludeDirectories = "000_the_start_sentinel_do_not_touch," + // keep this line as the first line diff --git a/regression-test/pipeline/p0/conf/regression-conf.groovy b/regression-test/pipeline/p0/conf/regression-conf.groovy index 71d31162fc7045..0659ab86cbbab4 100644 --- a/regression-test/pipeline/p0/conf/regression-conf.groovy +++ b/regression-test/pipeline/p0/conf/regression-conf.groovy @@ -72,6 +72,7 @@ excludeSuites = "000_the_start_sentinel_do_not_touch," + // keep this line as th "test_stream_stub_fault_injection," + "test_index_compaction_failure_injection," + "test_delta_writer_v2_back_pressure_fault_injection," + + "test_full_compaction_run_status," + "zzz_the_end_sentinel_do_not_touch" // keep this line as the last line // this directories will not be executed