Skip to content

Commit b245b5d

Browse files
authored
test(pubsub): disable flaky StreamingSubscriberConnectionTest testSendAckOperationsExactlyOnceEnabledErrorWithEmptyMetadataMap (#13998)
The `testSendAckOperationsExactlyOnceEnabledErrorWithEmptyMetadataMap` test in `StreamingSubscriberConnectionTest` hangs until it timesout From #13706
1 parent fa6641b commit b245b5d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

java-pubsub/google-cloud-pubsub/src/test/java/com/google/cloud/pubsub/v1/StreamingSubscriberConnectionTest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@
5555
import java.util.concurrent.atomic.AtomicInteger;
5656
import org.junit.After;
5757
import org.junit.Before;
58+
import org.junit.Ignore;
5859
import org.junit.Rule;
5960
import org.junit.Test;
6061
import org.junit.rules.TestName;
@@ -547,6 +548,7 @@ public void testSendAckOperationsExactlyOnceEnabledMessageFuturesAcks() {
547548
}
548549
}
549550

551+
@Ignore("https://github.com/googleapis/google-cloud-java/issues/13706")
550552
@Test
551553
public void testSendAckOperationsExactlyOnceEnabledErrorWithEmptyMetadataMap() {
552554
// Setup

0 commit comments

Comments
 (0)