File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed
Firestore/Example/Tests/Integration/API Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -257,11 +257,6 @@ - (void)testQueriesFireFromCacheWhenOffline {
257
257
querySnap = [self .eventAccumulator awaitEventWithName: @" offline event with isFromCache=YES" ];
258
258
XCTAssertEqual (querySnap.metadata .isFromCache , YES );
259
259
260
- // TODO(b/70631617): There's currently a backend bug that prevents us from using a resume token
261
- // right away (against hexa at least). So we sleep. :-( :-( Anything over ~10ms seems to be
262
- // sufficient.
263
- [NSThread sleepForTimeInterval: 0 .2f ];
264
-
265
260
[self enableNetwork ];
266
261
querySnap = [self .eventAccumulator awaitEventWithName: @" back online event with isFromCache=NO" ];
267
262
XCTAssertEqual (querySnap.metadata .isFromCache , NO );
You can’t perform that action at this time.
0 commit comments