[fix](ci) exclude case load_stream_fault_injection (#29465)

This commit is contained in:
Dongyang Li
2024-01-03 16:02:15 +08:00
committed by GitHub
parent e3c9f535dc
commit b2a28fcfaa

View File

@ -54,8 +54,8 @@ testDirectories = ""
// this groups will not be executed
excludeGroups = ""
// this suites will not be executed
excludeSuites = "test_profile,test_spark_load,test_refresh_mtmv,test_bitmap_filter,test_information_schema_external"
// load_stream_fault_injection may cause bad disk
excludeSuites = "load_stream_fault_injection,test_profile,test_spark_load,test_refresh_mtmv,test_bitmap_filter,test_information_schema_external"
// this directories will not be executed
excludeDirectories = "workload_manager_p1,nereids_rules_p0/subquery"