From b2a28fcfaac89149431434416cff2670fed71082 Mon Sep 17 00:00:00 2001 From: Dongyang Li Date: Wed, 3 Jan 2024 16:02:15 +0800 Subject: [PATCH] [fix](ci) exclude case load_stream_fault_injection (#29465) --- regression-test/pipeline/p0/conf/regression-conf.groovy | 4 ++-- 1 file 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 849a129830..e925459e7b 100644 --- a/regression-test/pipeline/p0/conf/regression-conf.groovy +++ b/regression-test/pipeline/p0/conf/regression-conf.groovy @@ -54,8 +54,8 @@ testDirectories = "" // this groups will not be executed excludeGroups = "" // this suites will not be executed - -excludeSuites = "test_profile,test_spark_load,test_refresh_mtmv,test_bitmap_filter,test_information_schema_external" +// load_stream_fault_injection may cause bad disk +excludeSuites = "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"