From ba091ae4bd21b554e5e61111b8aefc165faa857b Mon Sep 17 00:00:00 2001 From: Dongyang Li Date: Wed, 8 Jan 2025 22:00:26 +0800 Subject: [PATCH] [fix](ci) tmp exclude block case test_cumu_compaction_with_delete (#46649) --- regression-test/pipeline/p0/conf/regression-conf.groovy | 1 + 1 file changed, 1 insertion(+) diff --git a/regression-test/pipeline/p0/conf/regression-conf.groovy b/regression-test/pipeline/p0/conf/regression-conf.groovy index 9965e540fe..7fa505aa1c 100644 --- a/regression-test/pipeline/p0/conf/regression-conf.groovy +++ b/regression-test/pipeline/p0/conf/regression-conf.groovy @@ -64,6 +64,7 @@ excludeGroups = "" excludeSuites = "000_the_start_sentinel_do_not_touch," + // keep this line as the first line "test_bitmap_filter," + "test_routine_load_eof," + + "test_cumu_compaction_with_delete," + "test_dump_image," + "test_index_failure_injection," + "test_profile," +