From bf2111ce133bdbc8e0e3c64170a775a34c063527 Mon Sep 17 00:00:00 2001 From: Dongyang Li Date: Wed, 10 Jun 2026 10:51:38 +0800 Subject: [PATCH] [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 bd3e395c9643bf..d90055f8939df9 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_broker_load_func," +