Skip to content

Commit e0be4df

Browse files
authored
acc: Skip external location invariant test on cloud (#4551)
## Changes Skip external location invariant test on cloud ## Why External locations require actual storage credentials with cloud IAM setup which are environment-specific, so we only test locally with the mock server <!-- If your PR needs to be included in the release notes for next release, add a separate entry in NEXT_CHANGELOG.md as part of your PR. -->
1 parent 58e6fbe commit e0be4df

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

acceptance/bundle/invariant/test.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,10 @@ no_postgres_project_on_cloud = ["CONFIG_Cloud=true", "INPUT_CONFIG=postgres_proj
5050
no_postgres_branch_on_cloud = ["CONFIG_Cloud=true", "INPUT_CONFIG=postgres_branch.yml.tmpl"]
5151
no_postgres_endpoint_on_cloud = ["CONFIG_Cloud=true", "INPUT_CONFIG=postgres_endpoint.yml.tmpl"]
5252

53+
# External locations require actual storage credentials with cloud IAM setup
54+
# which are environment-specific, so we only test locally with the mock server
55+
no_external_location_on_cloud = ["CONFIG_Cloud=true", "INPUT_CONFIG=external_location.yml.tmpl"]
56+
5357
# Fake SQL endpoint for local tests
5458
[[Server]]
5559
Pattern = "POST /api/2.0/sql/statements/"

0 commit comments

Comments
 (0)