diff --git a/storage/integration_test.go b/storage/integration_test.go index 0b90c7dee64..f90f15322e3 100644 --- a/storage/integration_test.go +++ b/storage/integration_test.go @@ -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})