From 7261baf4a9558ae2c3798526e77f8c743a5df632 Mon Sep 17 00:00:00 2001 From: Yongqiang YANG Date: Fri, 3 Nov 2023 16:09:57 +0800 Subject: [PATCH] exclude http_stream case --- 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 364a7103fe86129..51e14ed59e8720b 100644 --- a/regression-test/pipeline/p0/conf/regression-conf.groovy +++ b/regression-test/pipeline/p0/conf/regression-conf.groovy @@ -52,7 +52,7 @@ testSuites = "" testDirectories = "" // this groups will not be executed -excludeGroups = "" +excludeGroups = "http_stream" // this suites will not be executed excludeSuites = "test_sql_block_rule,test_profile,test_spark_load,test_refresh_mtmv,test_bitmap_filter,test_jdbc_query_mysql"