Skip to content

Commit

Permalink
skip TestAccSqlUser_postgresIAM (GoogleCloudPlatform#10420)
Browse files Browse the repository at this point in the history
  • Loading branch information
shuyama1 authored and balanaguharsha committed May 2, 2024
1 parent fbde0ae commit 9d692b3
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ func TestAccSqlUser_postgres(t *testing.T) {
}

func TestAccSqlUser_postgresIAM(t *testing.T) {
t.Skipf("Skipping test %s due to https://github.com/hashicorp/terraform-provider-google/issues/16704", t.Name())
t.Parallel()

instance := fmt.Sprintf("tf-test-%d", acctest.RandInt(t))
Expand Down

0 comments on commit 9d692b3

Please sign in to comment.