This is an automated email from the ASF dual-hosted git repository. hello-stephen pushed a commit to branch hello-stephen-patch-22 in repository https://gitbox.apache.org/repos/asf/doris.git
commit 5ccc06d047d2fa1684966b93f7cd2f649a9dbbe3 Author: Dongyang Li <[email protected]> AuthorDate: Fri Jun 5 17:53:00 2026 +0800 [fix](case) exclude test_paimon_gcs in regression config --- 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]
