[fix](regression) exclude test_analyze_stats_p1 suite (#20366)
test_analyze_stats_p1 is failing constantly in regression test, @morrySnow suggests ignoring it first. http://43.132.222.7:8111/test/-5693062769677098407?currentProjectId=Doris_DorisRegression&expandTestHistoryChartSection=true&expandedTest=build%3A%28id%3A155592%29%2Cid%3A9944
This commit is contained in:
@ -48,7 +48,7 @@ testDirectories = ""
|
||||
// this groups will not be executed
|
||||
excludeGroups = ""
|
||||
// this suites will not be executed
|
||||
excludeSuites = "test_broker_load,test_spark_load,analyze_test"
|
||||
excludeSuites = "test_broker_load,test_spark_load,test_analyze_stats_p1"
|
||||
// this directories will not be executed
|
||||
excludeDirectories = ""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user