This is an automated email from the ASF dual-hosted git repository.

hellostephen pushed a commit to branch hello-stephen-patch-16
in repository https://gitbox.apache.org/repos/asf/doris.git

commit 25acd7990f007aa692b4d8ed52b59a41da326331
Author: Dongyang Li <[email protected]>
AuthorDate: Thu Jan 8 16:31:59 2026 +0800

    [fix](case) exclude some unstable or fail case
---
 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 b04044ec034..03e9cf887df 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