We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 425c03c commit f53340cCopy full SHA for f53340c
Firestore/Example/Tests/Integration/API/FIRQueryTests.mm
@@ -1193,6 +1193,10 @@ - (void)testOrderByEquality {
1193
}
1194
1195
- (void)testResumingAQueryShouldUseExistenceFilterToDetectDeletes {
1196
+ // Set this test to stop when the first failure occurs because some test assertion failures make
1197
+ // the rest of the test not applicable or will even crash.
1198
+ [self setContinueAfterFailure:NO];
1199
+
1200
// Prepare the names and contents of the 100 documents to create.
1201
NSMutableDictionary<NSString *, NSDictionary<NSString *, id> *> *testDocs =
1202
[[NSMutableDictionary alloc] init];
0 commit comments