storage: skip TestIntegration_DeleteObjectInBucketWithRetentionPolicy

Updates #1565

Change-Id: Ide960c21518f1b5c781aa43930d1618051cb85a9
Reviewed-on: https://code-review.googlesource.com/c/gocloud/+/47730
Reviewed-by: Jean de Klerk <deklerk@google.com>
diff --git a/storage/integration_test.go b/storage/integration_test.go
index d01ffa1..be896e0 100644
--- a/storage/integration_test.go
+++ b/storage/integration_test.go
@@ -2517,6 +2517,7 @@
 }
 
 func TestIntegration_DeleteObjectInBucketWithRetentionPolicy(t *testing.T) {
+	t.Skip("https://github.com/googleapis/google-cloud-go/issues/1565")
 	ctx := context.Background()
 	client := testConfig(ctx, t)
 	defer client.Close()