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

englefly 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 6a6da0fabb5 [chore](ci) temporarily exclude external case #32863
6a6da0fabb5 is described below

commit 6a6da0fabb51efd4064c147abe457238cfa619f4
Author: Dongyang Li <[email protected]>
AuthorDate: Tue Mar 26 22:22:32 2024 +0800

    [chore](ci) temporarily exclude external case #32863
    
    Co-authored-by: stephen <[email protected]>
---
 regression-test/pipeline/external/conf/regression-conf.groovy | 1 +
 regression-test/pipeline/p0/conf/regression-conf.groovy       | 1 +
 2 files changed, 2 insertions(+)

diff --git a/regression-test/pipeline/external/conf/regression-conf.groovy 
b/regression-test/pipeline/external/conf/regression-conf.groovy
index dd2fa629a1f..f04ea857412 100644
--- a/regression-test/pipeline/external/conf/regression-conf.groovy
+++ b/regression-test/pipeline/external/conf/regression-conf.groovy
@@ -65,6 +65,7 @@ excludeSuites = "000_the_start_sentinel_do_not_touch," + // 
keep this line as th
     "test_spark_load," +
     "test_trino_hive_orc," +
     "test_trino_hive_other," +
+    "test_hive_write_insert," +
     "test_broker_load_func," +
     "test_hive_write_partitions," +
     "zzz_the_end_sentinel_do_not_touch" // keep this line as the last line
diff --git a/regression-test/pipeline/p0/conf/regression-conf.groovy 
b/regression-test/pipeline/p0/conf/regression-conf.groovy
index d865df14cff..c5d9a57a0b2 100644
--- a/regression-test/pipeline/p0/conf/regression-conf.groovy
+++ b/regression-test/pipeline/p0/conf/regression-conf.groovy
@@ -72,6 +72,7 @@ excludeSuites = "000_the_start_sentinel_do_not_touch," + // 
keep this line as th
     "test_spark_load," +
     "test_trino_hive_orc," +
     "test_trino_hive_other," +
+    "test_hive_write_insert," +
     "test_hive_write_partitions," +
     "test_broker_load_func," +
     "test_stream_stub_fault_injection," +


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

Reply via email to