This is an automated email from the ASF dual-hosted git repository.
Gabriel39 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 264f5735102 [fix](case) exclude test_paimon_gcs in regression config
(#64155)
264f5735102 is described below
commit 264f5735102636d86f755e2596b230d6b2f51601
Author: Dongyang Li <[email protected]>
AuthorDate: Wed Jun 10 10:51:38 2026 +0800
[fix](case) exclude test_paimon_gcs in regression config (#64155)
---
regression-test/pipeline/external/conf/regression-conf.groovy | 1 +
1 file changed, 1 insertion(+)
diff --git a/regression-test/pipeline/external/conf/regression-conf.groovy
b/regression-test/pipeline/external/conf/regression-conf.groovy
index 281085bce96..35bc33c16c3 100644
--- a/regression-test/pipeline/external/conf/regression-conf.groovy
+++ b/regression-test/pipeline/external/conf/regression-conf.groovy
@@ -73,6 +73,7 @@ excludeSuites = "000_the_start_sentinel_do_not_touch," + //
keep this line as th
"test_index_failure_injection," +
"test_information_schema_external," +
"test_profile," +
+ "test_paimon_gcs," +
"test_refresh_mtmv," +
"test_spark_load," +
"test_paimon_gcs," +
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]