Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
morningman committed Jan 12, 2025
1 parent 54341eb commit 6c169e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion regression-test/suites/auth_p0/test_query_tvf_auth.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
// specific language governing permissions and limitations
// under the License.

suite("test_query_tvf_auth", "p0,auth,external") {
suite("test_query_tvf_auth", "p0,auth,external,external_docker") {
String suiteName = "test_query_tvf_auth"
String enabled = context.config.otherConfigs.get("enableJdbcTest")
String externalEnvIp = context.config.otherConfigs.get("externalEnvIp")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
// specific language governing permissions and limitations
// under the License.

suite("test_switch_catalog_and_delete_internal", "p0,external") {
suite("test_switch_catalog_and_delete_internal", "p0,external,external_docker") {
String enabled = context.config.otherConfigs.get("enableJdbcTest")
String externalEnvIp = context.config.otherConfigs.get("externalEnvIp")
String mysql_port = context.config.otherConfigs.get("mysql_57_port");
Expand Down

0 comments on commit 6c169e9

Please sign in to comment.