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 9f7ebaf commit a6947caCopy full SHA for a6947ca
firebase-firestore/src/androidTest/java/com/google/firebase/firestore/QueryTest.java
@@ -1035,7 +1035,6 @@ public void testMultipleUpdatesWhileOffline() {
1035
@Test
1036
public void resumingQueryShouldRemoveDeletedDocumentsIndicatedByExistenceFilter()
1037
throws InterruptedException {
1038
- // TODO(Mila):Remove this condition once the bug is resolved.
1039
assumeFalse(
1040
"Skip this test when running against the Firestore emulator as there is a bug related to "
1041
+ "sending existence filter in response: b/270731363.",
0 commit comments