This is an automated email from the ASF dual-hosted git repository. panxiaolei pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/master by this push: new d1c1c49d53c [regression-test](case) forbid unstable case (#35738) d1c1c49d53c is described below commit d1c1c49d53c7cc22adbe9fe89fa31b683da5bcc5 Author: shuke <37901441+shuke...@users.noreply.github.com> AuthorDate: Fri May 31 22:41:56 2024 +0800 [regression-test](case) forbid unstable case (#35738) forbid unstable case --- regression-test/pipeline/cloud_p1/conf/regression-conf-custom.groovy | 1 + 1 file changed, 1 insertion(+) diff --git a/regression-test/pipeline/cloud_p1/conf/regression-conf-custom.groovy b/regression-test/pipeline/cloud_p1/conf/regression-conf-custom.groovy index 111e3f8546b..ce78d485131 100644 --- a/regression-test/pipeline/cloud_p1/conf/regression-conf-custom.groovy +++ b/regression-test/pipeline/cloud_p1/conf/regression-conf-custom.groovy @@ -1,6 +1,7 @@ testGroups = "p1" //exclude groups and exclude suites is more prior than include groups and include suites. excludeSuites = "000_the_start_sentinel_do_not_touch," + // keep this line as the first line + "stress_test_insert_into," + "test_analyze_stats_p1," + "test_big_pad," + "test_bitmap_filter," + --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org