This is an automated email from the ASF dual-hosted git repository.
yiguolei pushed a commit to branch branch-4.0
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-4.0 by this push:
new 3b5f9b762d0 branch-4.0: [chore](ci) exclude test_insert_error_url to
avoid stop grace fail #58985 (#58987)
3b5f9b762d0 is described below
commit 3b5f9b762d04f61151ece5ebd8a6c37845731021
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Dec 16 12:15:30 2025 +0800
branch-4.0: [chore](ci) exclude test_insert_error_url to avoid stop grace
fail #58985 (#58987)
Cherry-picked from #58985
Co-authored-by: Dongyang Li <[email protected]>
---
regression-test/pipeline/nonConcurrent/conf/regression-conf.groovy | 1 +
1 file changed, 1 insertion(+)
diff --git a/regression-test/pipeline/nonConcurrent/conf/regression-conf.groovy
b/regression-test/pipeline/nonConcurrent/conf/regression-conf.groovy
index 6ed712e6bb4..ff15991c635 100644
--- a/regression-test/pipeline/nonConcurrent/conf/regression-conf.groovy
+++ b/regression-test/pipeline/nonConcurrent/conf/regression-conf.groovy
@@ -61,6 +61,7 @@ excludeGroups = "p1,p2"
// this suites will not be executed
excludeSuites = "000_the_start_sentinel_do_not_touch," + // keep this line as
the first line
+ "test_insert_error_url," + // cause stop grace fail
"zzz_the_end_sentinel_do_not_touch"// keep this line as the last line
// this directories will not be executed
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]