From 8ed8584854b6d7c3bc26709c233cb4c870ca9dbf Mon Sep 17 00:00:00 2001 From: Mike Prieto Date: Tue, 14 May 2024 18:37:17 +0000 Subject: [PATCH] test: Disable testResumePublish test --- .../test/java/com/google/cloud/pubsub/v1/PublisherImplTest.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/google-cloud-pubsub/src/test/java/com/google/cloud/pubsub/v1/PublisherImplTest.java b/google-cloud-pubsub/src/test/java/com/google/cloud/pubsub/v1/PublisherImplTest.java index df5183e0b..c90bf7c1c 100644 --- a/google-cloud-pubsub/src/test/java/com/google/cloud/pubsub/v1/PublisherImplTest.java +++ b/google-cloud-pubsub/src/test/java/com/google/cloud/pubsub/v1/PublisherImplTest.java @@ -511,6 +511,7 @@ public void testEnableMessageOrdering_overwritesMaxAttempts() throws Exception { *
  • publish with key orderA, which should now succeed * */ + /* @Test public void testResumePublish() throws Exception { Publisher publisher = @@ -589,6 +590,7 @@ public void testResumePublish() throws Exception { shutdownTestPublisher(publisher); } + */ @Test public void testPublishThrowExceptionForUnsubmittedOrderingKeyMessage() throws Exception {