This is an automated email from the ASF dual-hosted git repository.
hellostephen pushed a commit to branch branch-2.1
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-2.1 by this push:
new eee254efab5 [regression-test](case) remove
test_auto_partition_behavior before fix (#47818)
eee254efab5 is described below
commit eee254efab5fb3281cbdac21bd88de5762efdeaf
Author: shuke <[email protected]>
AuthorDate: Wed Feb 12 15:23:45 2025 +0800
[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 d6d409c3c2b..d82a0a5906a 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
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]