This is an automated email from the ASF dual-hosted git repository.
zhangstar333 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 f41d35b8e68 [fix](ci) tmp exclude block case stress_test_insert_into
(#35553)
f41d35b8e68 is described below
commit f41d35b8e683049adb4ab4b5ea67dbac8f3f4d6d
Author: Dongyang Li <[email protected]>
AuthorDate: Tue May 28 20:20:10 2024 +0800
[fix](ci) tmp exclude block case stress_test_insert_into (#35553)
---
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: [email protected]
For additional commands, e-mail: [email protected]