Skip to content

Commit

Permalink
Skip test failing due to pulumi/pulumi-terraform-bridge#2372 temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
t0yv0 committed Aug 28, 2024
1 parent e188ecc commit a5cca24
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/examples_yaml_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ type tagsStep struct {
}

func TestAccDefaultTags(t *testing.T) {
t.Skip("TODO[pulumi/pulumi-terraform-bridge#2372]")
types := []tagsType{
// Pulumi maintains it's own version of aws:s3:Bucket in
// `s3legacy/bucket_legacy.go`. Because we don't have any
Expand Down Expand Up @@ -1044,4 +1045,4 @@ func TestSourceCodeHashImportedLambdaChecksCleanly(t *testing.T) {
"name": "aws"
}
}]`)
}
}

0 comments on commit a5cca24

Please sign in to comment.