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

englefly 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 6643d147c6 forbid: nereids_scalar_fn_Array (#23328)
6643d147c6 is described below

commit 6643d147c6b2e6802ac696e0df7e9c7ae671a3f1
Author: shuke <[email protected]>
AuthorDate: Tue Aug 22 18:50:34 2023 +0800

    forbid: nereids_scalar_fn_Array (#23328)
---
 regression-test/pipeline/p0/conf/regression-conf.groovy | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/regression-test/pipeline/p0/conf/regression-conf.groovy 
b/regression-test/pipeline/p0/conf/regression-conf.groovy
index e289f16b04..0a63242d98 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 = 
"test_pk_uk_index_change,test_pk_uk_case,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,nereids_delete_mow_partial_update"
+excludeSuites = 
"nereids_scalar_fn_Array,test_pk_uk_index_change,test_pk_uk_case,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,nereids_delete_mow_partial_update"
 // this directories will not be executed
 excludeDirectories = "workload_manager_p1"
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to