Skip to content

Commit

Permalink
chore: enable refresh for regress-2868 (#5111)
Browse files Browse the repository at this point in the history
Issue #3303 looks to be fixed so removing the `SkipRefresh` on the test.
  • Loading branch information
corymhall authored Jan 17, 2025
1 parent 63c9fbf commit e282932
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions examples/examples_nodejs_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -593,9 +593,6 @@ func TestRegress2868(t *testing.T) {
test := getJSBaseOptions(t).
With(integration.ProgramTestOptions{
Dir: filepath.Join(getCwd(t), "regress-2868"),

// TODO[pulumi/pulumi-aws#3303] does not refresh cleanly
SkipRefresh: true,
})
// Disable envRegion mangling
test.Config = nil
Expand Down
1 change: 0 additions & 1 deletion examples/regress-2868/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
"@pulumi/aws": "^6.0.0"
},
"devDependencies": {
"@types/aws-sdk": "^2.7.0",
"@types/node": "^8.0.0"
}
}

0 comments on commit e282932

Please sign in to comment.