Skip to content

Commit 4ead52e

Browse files
authored
Update RecursiveDeleteTest.java
1 parent 7e8f37f commit 4ead52e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@
7474
import org.junit.Before;
7575
import org.junit.Rule;
7676
import org.junit.Test;
77+
import org.junit.Ignore;
7778
import org.junit.rules.Timeout;
7879
import org.junit.runner.RunWith;
7980
import org.mockito.ArgumentCaptor;
@@ -326,6 +327,7 @@ public void createsRetryQueryAfterStreamExceptionWithLastReceivedDoc() throws Ex
326327
}
327328

328329
@Test
330+
@Ignore
329331
public void createsSecondQueryWithCorrectStartAfter() throws Exception {
330332
// This test checks that the second query is created with the correct startAfter() once the
331333
// RecursiveDelete instance is below the MIN_PENDING_OPS threshold to send the next batch.

0 commit comments

Comments
 (0)