We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e8f37f commit 4ead52eCopy full SHA for 4ead52e
google-cloud-firestore/src/test/java/com/google/cloud/firestore/RecursiveDeleteTest.java
@@ -74,6 +74,7 @@
74
import org.junit.Before;
75
import org.junit.Rule;
76
import org.junit.Test;
77
+import org.junit.Ignore;
78
import org.junit.rules.Timeout;
79
import org.junit.runner.RunWith;
80
import org.mockito.ArgumentCaptor;
@@ -326,6 +327,7 @@ public void createsRetryQueryAfterStreamExceptionWithLastReceivedDoc() throws Ex
326
327
}
328
329
@Test
330
+ @Ignore
331
public void createsSecondQueryWithCorrectStartAfter() throws Exception {
332
// This test checks that the second query is created with the correct startAfter() once the
333
// RecursiveDelete instance is below the MIN_PENDING_OPS threshold to send the next batch.
0 commit comments