diff --git a/mmv1/third_party/terraform/services/sql/resource_sql_user_test.go b/mmv1/third_party/terraform/services/sql/resource_sql_user_test.go index c7a2409aebab..dac6798be896 100644 --- a/mmv1/third_party/terraform/services/sql/resource_sql_user_test.go +++ b/mmv1/third_party/terraform/services/sql/resource_sql_user_test.go @@ -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))