We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b32e528 commit 5cf0964Copy full SHA for 5cf0964
regression-test/pipeline/nonConcurrent/conf/regression-conf.groovy
@@ -61,6 +61,11 @@ excludeGroups = "p1,p2"
61
62
// this suites will not be executed
63
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
69
"test_insert_error_url," + // cause stop grace fail
70
"zzz_the_end_sentinel_do_not_touch"// keep this line as the last line
71
0 commit comments