Skip to content

Commit 6d01098

Browse files
committed
Remove @ignore annotation left behind by a bad merge
1 parent 2377912 commit 6d01098

File tree

1 file changed

+0
-2
lines changed
  • firebase-firestore/src/androidTest/java/com/google/firebase/firestore

1 file changed

+0
-2
lines changed

firebase-firestore/src/androidTest/java/com/google/firebase/firestore/QueryTest.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1181,8 +1181,6 @@ public void resumingAQueryShouldUseBloomFilterToAvoidFullRequery() throws Except
11811181
}
11821182
}
11831183

1184-
// TODO(orquery): Enable this test when prod supports OR queries.
1185-
@Ignore
11861184
@Test
11871185
public void testOrQueries() {
11881186
Map<String, Map<String, Object>> testDocs =

0 commit comments

Comments
 (0)