diff --git a/integration-tests/features/stack-output-external-resolver.feature b/integration-tests/features/stack-output-external-resolver.feature index c9ecbe07a..77ccf2dee 100644 --- a/integration-tests/features/stack-output-external-resolver.feature +++ b/integration-tests/features/stack-output-external-resolver.feature @@ -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"