Skip to content

Commit

Permalink
fix 3
Browse files Browse the repository at this point in the history
  • Loading branch information
BePPPower committed Mar 27, 2024
1 parent 584fffd commit 67b180f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
5 changes: 0 additions & 5 deletions regression-test/pipeline/external/conf/regression-conf.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -63,16 +63,11 @@ 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_hive_write_insert," +
"test_broker_load_func," +
"test_hive_write_partitions," +
"zzz_the_end_sentinel_do_not_touch" // keep this line as the last line

// this directories will not be executed
excludeDirectories = "external_table_p0/trino_connector" // unstable

customConf1 = "test_custom_conf_value"

// for test csv with header
Expand Down
3 changes: 0 additions & 3 deletions regression-test/pipeline/p0/conf/regression-conf.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -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_insert," +
"test_hive_write_partitions," +
"test_broker_load_func," +
Expand All @@ -83,7 +81,6 @@ excludeDirectories = "000_the_start_sentinel_do_not_touch," + // keep this line
"cloud," +
"nereids_rules_p0/subquery," +
"workload_manager_p1," +
"external_table_p0/trino_connector," + // unstable
"zzz_the_end_sentinel_do_not_touch" // keep this line as the last line

customConf1 = "test_custom_conf_value"
Expand Down

0 comments on commit 67b180f

Please sign in to comment.