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

hellostephen 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 b9191ef2419 [regression](case) temp, disable case made doris core  
(#39664)
b9191ef2419 is described below

commit b9191ef24191f45b04d50cf4b55baa31c5b1334d
Author: shuke <37901441+shuke...@users.noreply.github.com>
AuthorDate: Wed Aug 21 10:46:18 2024 +0800

    [regression](case) temp, disable case made doris core  (#39664)
    
    ## Proposed changes
    
    Issue Number: close #xxx
    
    <!--Describe your changes.-->
---
 regression-test/pipeline/cloud_p0/conf/regression-conf-custom.groovy | 1 +
 regression-test/pipeline/p0/conf/regression-conf.groovy              | 1 +
 2 files changed, 2 insertions(+)

diff --git 
a/regression-test/pipeline/cloud_p0/conf/regression-conf-custom.groovy 
b/regression-test/pipeline/cloud_p0/conf/regression-conf-custom.groovy
index 1bea5c40fca..10b97133a31 100644
--- a/regression-test/pipeline/cloud_p0/conf/regression-conf-custom.groovy
+++ b/regression-test/pipeline/cloud_p0/conf/regression-conf-custom.groovy
@@ -47,6 +47,7 @@ excludeSuites = "000_the_start_sentinel_do_not_touch," + // 
keep this line as th
     "test_insert," + // txn insert
     "test_delta_writer_v2_back_pressure_fault_injection," +
     "test_full_compaction_run_status," +
+    "test_topn_fault_injection," +
     "zzz_the_end_sentinel_do_not_touch" // keep this line as the last line
 
 excludeDirectories = "000_the_start_sentinel_do_not_touch," + // keep this 
line as the first line
diff --git a/regression-test/pipeline/p0/conf/regression-conf.groovy 
b/regression-test/pipeline/p0/conf/regression-conf.groovy
index 0659ab86cbb..f90c3fb1df3 100644
--- a/regression-test/pipeline/p0/conf/regression-conf.groovy
+++ b/regression-test/pipeline/p0/conf/regression-conf.groovy
@@ -73,6 +73,7 @@ excludeSuites = "000_the_start_sentinel_do_not_touch," + // 
keep this line as th
     "test_index_compaction_failure_injection," +
     "test_delta_writer_v2_back_pressure_fault_injection," +
     "test_full_compaction_run_status," +
+    "test_topn_fault_injection," + 
     "zzz_the_end_sentinel_do_not_touch" // keep this line as the last line
 
 // this directories will not be executed


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to