Skip to content

Commit

Permalink
chore: remove skipped credential config test (#4611)
Browse files Browse the repository at this point in the history
I was reviewing credentials tests in AWS and this one was skipped for a
while and a little unfocused, I think it is best to remove it for the
moment.
  • Loading branch information
t0yv0 authored Oct 7, 2024
1 parent 39c3e7d commit 190ca4c
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 125 deletions.
3 changes: 0 additions & 3 deletions examples/credentialsConfigTest/Pulumi.yaml

This file was deleted.

72 changes: 0 additions & 72 deletions examples/credentialsConfigTest/index.ts

This file was deleted.

15 changes: 0 additions & 15 deletions examples/credentialsConfigTest/package.json

This file was deleted.

18 changes: 0 additions & 18 deletions examples/credentialsConfigTest/tsconfig.json

This file was deleted.

17 changes: 0 additions & 17 deletions examples/examples_nodejs_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,23 +37,6 @@ func TestAccDedicatedHosts(t *testing.T) {
}
*/

// This is a specific test to ensure that we are testing for a missing region and erroring
func TestAccCredentialsConfigTest(t *testing.T) {
t.Skip("STACK72: Temp skip until we investigate the cause of https://github.com/pulumi/pulumi-aws/issues/1995")
baseJS := integration.ProgramTestOptions{
Config: map[string]string{
"aws:region": "INVALID_REGION",
},
Dependencies: []string{
"@pulumi/aws",
},
Dir: filepath.Join(getCwd(t), "credentialsConfigTest"),
ExpectFailure: true,
}

integration.ProgramTest(t, &baseJS)
}

func TestAccMinimal(t *testing.T) {
test := getJSBaseOptions(t).
With(integration.ProgramTestOptions{
Expand Down

0 comments on commit 190ca4c

Please sign in to comment.