Skip to content

Commit

Permalink
remove instead of comment out test
Browse files Browse the repository at this point in the history
  • Loading branch information
zaro0508 committed Jan 23, 2024
1 parent 2ce03ae commit bd26c33
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
Feature: Stack output external resolver

# 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/outputter" exists using "dependencies/independent_template.json"
And stack "external-stack-output/resolver-no-profile-region" does not exist
Expand Down

0 comments on commit bd26c33

Please sign in to comment.