From eee254efab5fb3281cbdac21bd88de5762efdeaf Mon Sep 17 00:00:00 2001 From: shuke Date: Wed, 12 Feb 2025 15:23:45 +0800 Subject: [PATCH] [regression-test](case) remove test_auto_partition_behavior before fix (#47818) --- regression-test/pipeline/p0/conf/regression-conf.groovy | 1 + 1 file changed, 1 insertion(+) diff --git a/regression-test/pipeline/p0/conf/regression-conf.groovy b/regression-test/pipeline/p0/conf/regression-conf.groovy index d6d409c3c2..d82a0a5906 100644 --- a/regression-test/pipeline/p0/conf/regression-conf.groovy +++ b/regression-test/pipeline/p0/conf/regression-conf.groovy @@ -70,6 +70,7 @@ excludeSuites = "000_the_start_sentinel_do_not_touch," + // keep this line as th "test_refresh_mtmv," + "test_spark_load," + "test_broker_load_func," + + "test_auto_partition_behavior," + // doris bug, waiting pr #45540 to fix "zzz_the_end_sentinel_do_not_touch" // keep this line as the last line // this directories will not be executed