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 144478931cc branch-4.0: [fix](case) exclude some unstable or fail case 
#59674 (#59675)
144478931cc is described below

commit 144478931cc87109c8c01e5df9713e89e658eaea
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Jan 9 17:20:37 2026 +0800

    branch-4.0: [fix](case) exclude some unstable or fail case #59674 (#59675)
    
    Cherry-picked from #59674
    
    Co-authored-by: Dongyang Li <[email protected]>
---
 regression-test/pipeline/nonConcurrent/conf/regression-conf.groovy | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/regression-test/pipeline/nonConcurrent/conf/regression-conf.groovy 
b/regression-test/pipeline/nonConcurrent/conf/regression-conf.groovy
index ff15991c635..a529f0b59c0 100644
--- a/regression-test/pipeline/nonConcurrent/conf/regression-conf.groovy
+++ b/regression-test/pipeline/nonConcurrent/conf/regression-conf.groovy
@@ -61,6 +61,11 @@ 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_cold_data_compaction_fault_injection," +
+    "test_cumu_compaction_delay_fault_injection," + // force 3 replica cause 
fail
+    "test_full_compaction_run_status," + // unstable
+    "test_routine_load_timeout_value," + // to be fix
+    "test_decimalv2_common," + // to be fix
     "test_insert_error_url," + // cause stop grace fail
     "zzz_the_end_sentinel_do_not_touch"// keep this line as the last line
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to