From 6330b51911073b83202a58387d360f86d4ab55d4 Mon Sep 17 00:00:00 2001 From: BePPPower Date: Tue, 26 Mar 2024 23:16:15 +0800 Subject: [PATCH] debug 3 --- regression-test/pipeline/external/conf/regression-conf.groovy | 2 -- regression-test/pipeline/p0/conf/regression-conf.groovy | 2 -- 2 files changed, 4 deletions(-) diff --git a/regression-test/pipeline/external/conf/regression-conf.groovy b/regression-test/pipeline/external/conf/regression-conf.groovy index dd2fa629a1fd8e3..e851dc22e2821df 100644 --- a/regression-test/pipeline/external/conf/regression-conf.groovy +++ b/regression-test/pipeline/external/conf/regression-conf.groovy @@ -63,8 +63,6 @@ excludeSuites = "000_the_start_sentinel_do_not_touch," + // keep this line as th "test_cast_string_to_array," + "test_refresh_mtmv," + "test_spark_load," + - "test_trino_hive_orc," + - "test_trino_hive_other," + "test_broker_load_func," + "test_hive_write_partitions," + "zzz_the_end_sentinel_do_not_touch" // keep this line as the last line diff --git a/regression-test/pipeline/p0/conf/regression-conf.groovy b/regression-test/pipeline/p0/conf/regression-conf.groovy index d865df14cffec81..1cb7be1ed4cd4b2 100644 --- a/regression-test/pipeline/p0/conf/regression-conf.groovy +++ b/regression-test/pipeline/p0/conf/regression-conf.groovy @@ -70,8 +70,6 @@ excludeSuites = "000_the_start_sentinel_do_not_touch," + // keep this line as th "test_profile," + "test_refresh_mtmv," + "test_spark_load," + - "test_trino_hive_orc," + - "test_trino_hive_other," + "test_hive_write_partitions," + "test_broker_load_func," + "test_stream_stub_fault_injection," +