Skip to content

Commit ed389eb

Browse files
Merge branch 'main' into bq-expose-statement-type
2 parents fed85ad + 13a6ca9 commit ed389eb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,7 @@ public void testRunShutdown_TimeoutMet() throws Exception {
164164
streamingSubscriberConnection.awaitTerminated(1, TimeUnit.SECONDS);
165165
}
166166

167+
@Ignore("https://github.com/googleapis/google-cloud-java/issues/13706")
167168
@Test
168169
public void testRunShutdown_TimeoutExceeded() throws Exception {
169170
final SettableApiFuture<com.google.protobuf.Empty> ackFuture = SettableApiFuture.create();
@@ -548,7 +549,6 @@ public void testSendAckOperationsExactlyOnceEnabledMessageFuturesAcks() {
548549
}
549550
}
550551

551-
@Ignore("https://github.com/googleapis/google-cloud-java/issues/13706")
552552
@Test
553553
public void testSendAckOperationsExactlyOnceEnabledErrorWithEmptyMetadataMap() {
554554
// Setup

0 commit comments

Comments
 (0)