internal: skip TestIntegration_BucketPolicyOnly

Updates #1480

This test is failing very often: skipping for now and flagging for cjcotter to
take a look at.

Change-Id: Ib1173d314530f75e426886770cdc4393384e34a1
Reviewed-on: https://code-review.googlesource.com/c/gocloud/+/45970
Reviewed-by: kokoro <noreply+kokoro@google.com>
Reviewed-by: Cody Oss <codyoss@google.com>
diff --git a/storage/integration_test.go b/storage/integration_test.go
index d43f9be..ffc781c 100644
--- a/storage/integration_test.go
+++ b/storage/integration_test.go
@@ -366,6 +366,7 @@
 }
 
 func TestIntegration_BucketPolicyOnly(t *testing.T) {
+	t.Skip("https://github.com/googleapis/google-cloud-go/issues/1480")
 	ctx := context.Background()
 	client := testConfig(ctx, t)
 	defer client.Close()