[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:
Kaijie Chen
2023-06-05 08:21:46 +08:00
committed by GitHub
parent 8e39f0cf6b
commit 50ce237a24

View File

@ -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 = ""