Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Loading