Skip to content

Commit

Permalink
Skip flaky tests
Browse files Browse the repository at this point in the history
The two tests are:
- [TestIamBinding](#2725)
- [TestIamMember](#2726)
  • Loading branch information
iwahbe committed Dec 10, 2024
1 parent eb6bcf4 commit de06b9d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions provider/provider_yaml_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -101,13 +101,15 @@ func skipIfNotCI(t *testing.T) {
}

func TestIamBinding(t *testing.T) {
t.Skip("TODO[https://github.com/pulumi/pulumi-gcp/issues/2725]: Flaky")
skipIfNotCI(t)
// ServiceAccount requires 7.0
testUpgrade(t, "test-programs/iam-binding",
optproviderupgrade.BaselineOpts(opttest.DownloadProviderVersion(providerName, "7.0.0")))
}

func TestIamMember(t *testing.T) {
t.Skip("TODO[https://github.com/pulumi/pulumi-gcp/issues/2726]: Flaky")
skipIfNotCI(t)
// ServiceAccount requires 7.0
testUpgrade(t, "test-programs/iam-member",
Expand Down

0 comments on commit de06b9d

Please sign in to comment.