Skip to content

Commit

Permalink
Re-enable skipped bucket test (#2068)
Browse files Browse the repository at this point in the history
I believe we meant to re-enable it in
https://github.com/pulumi/pulumi-gcp/pull/1276/files as the referenced
issue is closed by it: #1267
  • Loading branch information
VenelinMartinov authored Jun 11, 2024
1 parent 045e5c1 commit 7151fa1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/examples_nodejs_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ func TestAccTopic(t *testing.T) {
}

func TestAccBucket(t *testing.T) {
t.Skip("Skipping due to high failure rates. See pulumi/pulumi-gcp#1267")
test := getJSBaseOptions(t).
With(integration.ProgramTestOptions{
Dir: filepath.Join(getCwd(t), "bucket"),
Expand Down

0 comments on commit 7151fa1

Please sign in to comment.