Skip to content
This repository was archived by the owner on May 8, 2026. It is now read-only.

Commit 36d0f2f

Browse files
authored
tests: Ignore flaky test in BulkWriterTest
1 parent 05188e3 commit 36d0f2f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

google-cloud-firestore/src/test/java/com/google/cloud/firestore/BulkWriterTest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@
6363
import org.junit.Before;
6464
import org.junit.Rule;
6565
import org.junit.Test;
66+
import org.junit.Ignore;
6667
import org.junit.rules.Timeout;
6768
import org.junit.runner.RunWith;
6869
import org.mockito.ArgumentCaptor;
@@ -1279,6 +1280,7 @@ public ScheduledFuture<?> schedule(Runnable command, long delay, TimeUnit unit)
12791280
}
12801281

12811282
@Test
1283+
@Ignore
12821284
public void sendsBackoffBatchAfterOtherEnqueuedBatches() throws Exception {
12831285
ResponseStubber responseStubber =
12841286
new ResponseStubber() {

0 commit comments

Comments
 (0)