Skip to content

Commit d489861

Browse files
authored
Re-enable Firestore QueryTest.TestQueriesCanUseInFilters since 10.3.0 includes the fix (firebase/firebase-ios-sdk#10535)
1 parent 8c27546 commit d489861

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

firestore/integration_test_internal/src/query_test.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -660,7 +660,6 @@ TEST_F(QueryTest, TestQueriesCanUseArrayContainsFilters) {
660660
}
661661

662662
TEST_F(QueryTest, TestQueriesCanUseInFilters) {
663-
GTEST_SKIP() << "Skip until double free bug (b/260406277) is fixed.";
664663
CollectionReference collection = Collection(
665664
{{"a", {{"zip", FieldValue::Integer(98101)}}},
666665
{"b", {{"zip", FieldValue::Integer(98102)}}},

0 commit comments

Comments
 (0)