This is an automated email from the ASF dual-hosted git repository.

panxiaolei pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git


The following commit(s) were added to refs/heads/master by this push:
     new f7c99d487a [test](fix) forbid test_default_limit (#23231)
f7c99d487a is described below

commit f7c99d487ac7d9402f3e5cb4e8a27443d7a66401
Author: shuke <37901441+shuke...@users.noreply.github.com>
AuthorDate: Mon Aug 21 11:50:57 2023 +0800

    [test](fix) forbid test_default_limit (#23231)
    
    forbid test_default_limit
---
 regression-test/pipeline/p0/conf/regression-conf.groovy | 2 +-
 regression-test/pipeline/p1/conf/regression-conf.groovy | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/regression-test/pipeline/p0/conf/regression-conf.groovy 
b/regression-test/pipeline/p0/conf/regression-conf.groovy
index 9df0884462..e9d2c0672a 100644
--- a/regression-test/pipeline/p0/conf/regression-conf.groovy
+++ b/regression-test/pipeline/p0/conf/regression-conf.groovy
@@ -54,7 +54,7 @@ testDirectories = ""
 // this groups will not be executed
 excludeGroups = ""
 // this suites will not be executed
-excludeSuites = 
"window_function,test_profile,test_broker_load,test_spark_load,test_refresh_mtmv,test_bitmap_filter,test_export_parquet,test_doris_jdbc_catalog,test_transactional_hive"
+excludeSuites = 
"test_default_limit,window_function,test_profile,test_broker_load,test_spark_load,test_refresh_mtmv,test_bitmap_filter,test_export_parquet,test_doris_jdbc_catalog,test_transactional_hive"
 // this directories will not be executed
 excludeDirectories = "workload_manager_p1"
 
diff --git a/regression-test/pipeline/p1/conf/regression-conf.groovy 
b/regression-test/pipeline/p1/conf/regression-conf.groovy
index e88d865a62..c7040561d5 100644
--- a/regression-test/pipeline/p1/conf/regression-conf.groovy
+++ b/regression-test/pipeline/p1/conf/regression-conf.groovy
@@ -47,7 +47,7 @@ testGroups = ""
 // empty suite will test all suite
 testSuites = ""
 // this suites will not be executed
-excludeSuites = 
"test_profile,test_broker_load,test_spark_load,test_analyze_stats_p1,test_refresh_mtmv,test_bitmap_filter"
+excludeSuites = 
"test_big_pad,test_profile,test_broker_load,test_spark_load,test_analyze_stats_p1,test_refresh_mtmv,test_bitmap_filter"
 // this dir will not be executed
 excludeDirectories = "workload_manager_p1"
 cacheDataPath="/data/regression/"


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to