| commit | 9a4ac9c08f5dd5d7b27e61ec2f3e3c22b99e98a9 | [log] [tgz] |
|---|---|---|
| author | Jean de Klerk <deklerk@google.com> | Fri Oct 25 08:36:39 2019 -0600 |
| committer | Jean de Klerk <deklerk@google.com> | Fri Oct 25 15:55:13 2019 +0000 |
| tree | 4e857ababe2cd85152f26469696284248eb3d313 | |
| parent | 6c5b9a467a2ed2f75e184f9c8f1f681ce29dd6aa [diff] |
pubsub: skip TestIntegration_LargePublishSize Updates #1636 Change-Id: Ia841f0e7e5521544c32d9661cf0cda0e37fed1ae Reviewed-on: https://code-review.googlesource.com/c/gocloud/+/47390 Reviewed-by: kokoro <noreply+kokoro@google.com> Reviewed-by: Cody Oss <codyoss@google.com>
diff --git a/pubsub/integration_test.go b/pubsub/integration_test.go index b525a03..cf3147a 100644 --- a/pubsub/integration_test.go +++ b/pubsub/integration_test.go
@@ -346,6 +346,7 @@ } func TestIntegration_LargePublishSize(t *testing.T) { + t.Skip("https://github.com/googleapis/google-cloud-go/issues/1636") ctx := context.Background() client := integrationTestClient(ctx, t) defer client.Close()