pubsub: skip TestIntegration_UpdateTopicLabels
Updates #1699
Change-Id: Ic208bb9f6d3499b9a5628aff1cd2d7b0497c5bfa
Reviewed-on: https://code-review.googlesource.com/c/gocloud/+/48590
Reviewed-by: Jean de Klerk <deklerk@google.com>
diff --git a/pubsub/integration_test.go b/pubsub/integration_test.go
index f0dba67..1c1bd32 100644
--- a/pubsub/integration_test.go
+++ b/pubsub/integration_test.go
@@ -738,6 +738,7 @@
// NOTE: This test should be skipped by open source contributors. It requires
// whitelisting, a (gsuite) organization project, and specific permissions.
func TestIntegration_UpdateTopicLabels(t *testing.T) {
+ t.Skip("https://github.com/googleapis/google-cloud-go/issues/1669")
t.Parallel()
ctx := context.Background()
client := integrationTestClient(ctx, t)