From 50ce237a24e855e166a6e283b25507ba263c2b41 Mon Sep 17 00:00:00 2001 From: Kaijie Chen Date: Mon, 5 Jun 2023 08:21:46 +0800 Subject: [PATCH] [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 --- regression-test/pipeline/p0/conf/regression-conf.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/regression-test/pipeline/p0/conf/regression-conf.groovy b/regression-test/pipeline/p0/conf/regression-conf.groovy index dfd0058092..a284d148bb 100644 --- a/regression-test/pipeline/p0/conf/regression-conf.groovy +++ b/regression-test/pipeline/p0/conf/regression-conf.groovy @@ -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 = ""