This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch branch-2.1 in repository https://gitbox.apache.org/repos/asf/doris.git
commit 42c21f7eda1ea557b97d7a19851d3ca5e6749e04 Author: Kaijie Chen <c...@apache.org> AuthorDate: Thu Jan 11 20:12:34 2024 +0800 [regression](conf) enable test_stream_stub_fault_injection (#29830) --- 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 0ada6ba3242..20834f51925 100644 --- a/regression-test/pipeline/p0/conf/regression-conf.groovy +++ b/regression-test/pipeline/p0/conf/regression-conf.groovy @@ -55,7 +55,7 @@ testDirectories = "" excludeGroups = "" // this suites will not be executed // load_stream_fault_injection may cause bad disk -excludeSuites = "test_index_failure_injection,test_stream_stub_fault_injection,test_dump_image,load_stream_fault_injection,test_profile,test_spark_load,test_refresh_mtmv,test_bitmap_filter,test_information_schema_external" +excludeSuites = "test_index_failure_injection,test_dump_image,load_stream_fault_injection,test_profile,test_spark_load,test_refresh_mtmv,test_bitmap_filter,test_information_schema_external" // this directories will not be executed excludeDirectories = "workload_manager_p1,nereids_rules_p0/subquery" --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org