Skip to content

Commit 5cf0964

Browse files
hello-stephenYour Name
authored andcommitted
[fix](case) exclude some unstable or fail case (#59674)
1 parent b32e528 commit 5cf0964

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

regression-test/pipeline/nonConcurrent/conf/regression-conf.groovy

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,11 @@ excludeGroups = "p1,p2"
6161

6262
// this suites will not be executed
6363
excludeSuites = "000_the_start_sentinel_do_not_touch," + // keep this line as the first line
64+
"test_cold_data_compaction_fault_injection," +
65+
"test_cumu_compaction_delay_fault_injection," + // force 3 replica cause fail
66+
"test_full_compaction_run_status," + // unstable
67+
"test_routine_load_timeout_value," + // to be fix
68+
"test_decimalv2_common," + // to be fix
6469
"test_insert_error_url," + // cause stop grace fail
6570
"zzz_the_end_sentinel_do_not_touch"// keep this line as the last line
6671

0 commit comments

Comments
 (0)