This is an automated email from the ASF dual-hosted git repository.
hellostephen pushed a commit to branch branch-2.0
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-2.0 by this push:
new e81ff829550 [chore](case) exclude some cases (#47686)
e81ff829550 is described below
commit e81ff829550cabfe5ba9a60f5169f1fa71512b6f
Author: Dongyang Li <[email protected]>
AuthorDate: Mon Feb 10 15:48:07 2025 +0800
[chore](case) exclude some cases (#47686)
---
regression-test/pipeline/external/conf/regression-conf.groovy | 2 ++
regression-test/pipeline/p0/conf/regression-conf.groovy | 4 ++++
2 files changed, 6 insertions(+)
diff --git a/regression-test/pipeline/external/conf/regression-conf.groovy
b/regression-test/pipeline/external/conf/regression-conf.groovy
index e35b81d6844..de1509e1101 100644
--- a/regression-test/pipeline/external/conf/regression-conf.groovy
+++ b/regression-test/pipeline/external/conf/regression-conf.groovy
@@ -60,6 +60,8 @@ testDirectories = ""
excludeGroups = ""
// this suites will not be executed
excludeSuites = "test_information_schema_external," +
+ "test_hive_serde_prop," +
+ "test_paimon_table_stats," +
"test_outfile_exception," +
"explode," +
"test_profile," +
diff --git a/regression-test/pipeline/p0/conf/regression-conf.groovy
b/regression-test/pipeline/p0/conf/regression-conf.groovy
index 11486e2dc09..6cd6f7e5160 100644
--- a/regression-test/pipeline/p0/conf/regression-conf.groovy
+++ b/regression-test/pipeline/p0/conf/regression-conf.groovy
@@ -61,6 +61,10 @@ excludeGroups = ""
// this suites will not be executed
excludeSuites = "test_information_schema_external," +
"test_outfile_exception," +
+ "schema_change_modify_mv_column_type," +
+ "fix_leading," +
+ "test_tablet_prune," +
+ "test_partial_update_with_inverted_index," +
"explode," +
"test_profile," +
"test_broker_load_p2," +
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]