Skip to content

Commit

Permalink
test(storage): skip "unspecified" PAP tests (#4894)
Browse files Browse the repository at this point in the history
Fixes #4817 while changes for #4890 are merged in
  • Loading branch information
BrennaEpp committed Sep 27, 2021
1 parent bc7fe19 commit 84ff476
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions storage/integration_test.go
Expand Up @@ -639,6 +639,7 @@ func TestIntegration_PublicAccessPrevention(t *testing.T) {
if err := a.Set(ctx, AllUsers, RoleReader); err == nil {
t.Error("ACL.Set: expected adding AllUsers ACL to object should fail")
}
t.Skip("https://github.com/googleapis/google-cloud-go/issues/4890")

// Update PAP setting to unspecified should work and not affect UBLA setting.
attrs, err := bkt.Update(ctx, BucketAttrsToUpdate{PublicAccessPrevention: PublicAccessPreventionUnspecified})
Expand Down

0 comments on commit 84ff476

Please sign in to comment.