Skip to content

Commit

Permalink
Comment out an external resolver integration test
Browse files Browse the repository at this point in the history
An AWS profile was used to run integration tests in circleci.
Now that we've moved to github actions we've also moved to
using GH OIDC instead of an AWS profile.

Since we no longer use a profile we cannot run tests to validate
the use of profiles.
  • Loading branch information
zaro0508 committed Jan 23, 2024
1 parent 0b3a400 commit 1765ed5
Showing 1 changed file with 6 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
Feature: Stack output external resolver

Scenario: launch a stack referencing the external output of an existing stack with region and profile
Given stack "external-stack-output/outputter" exists using "dependencies/independent_template.json"
And stack "external-stack-output/resolver-with-profile-region" does not exist
When the user launches stack "external-stack-output/resolver-with-profile-region"
Then stack "external-stack-output/resolver-with-profile-region" exists in "CREATE_COMPLETE" state
# The CI changed to using Github OIDC therefore testing the use of profiles will no longer work
# Scenario: launch a stack referencing the external output of an existing stack with region and profile
# Given stack "external-stack-output/outputter" exists using "dependencies/independent_template.json"
# And stack "external-stack-output/resolver-with-profile-region" does not exist
# When the user launches stack "external-stack-output/resolver-with-profile-region"
# Then stack "external-stack-output/resolver-with-profile-region" exists in "CREATE_COMPLETE" state

Scenario: launch a stack referencing the external output of an existing stack without explicit region or profile
Given stack "external-stack-output-stack-output/outputter" exists using "dependencies/independent_template.json"
Expand Down

0 comments on commit 1765ed5

Please sign in to comment.