Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ excludeSuites = "000_the_start_sentinel_do_not_touch," + // keep this line as th
"zzz_the_end_sentinel_do_not_touch" // keep this line as the last line

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

customConf1 = "test_custom_conf_value"

Expand Down
1 change: 1 addition & 0 deletions regression-test/pipeline/p0/conf/regression-conf.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ 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