File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed
firebase-firestore/src/androidTest/java/com/google/firebase/firestore Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -1148,14 +1148,6 @@ public void resumingAQueryShouldUseBloomFilterToAvoidFullRequery() throws Except
1148
1148
.that (existenceFilterMismatchInfo .existenceFilterCount ())
1149
1149
.isEqualTo (50 );
1150
1150
1151
- // Skip the verification of the bloom filter when testing against production because the bloom
1152
- // filter is only implemented in nightly.
1153
- // TODO(b/271949433) Remove this "if" block once the bloom filter logic is deployed to
1154
- // production.
1155
- if (IntegrationTestUtil .getTargetBackend () != IntegrationTestUtil .TargetBackend .NIGHTLY ) {
1156
- return ;
1157
- }
1158
-
1159
1151
// Verify that Watch sent a valid bloom filter.
1160
1152
ExistenceFilterMismatchListener .ExistenceFilterBloomFilterInfo bloomFilter =
1161
1153
existenceFilterMismatchInfo .bloomFilter ();
You can’t perform that action at this time.
0 commit comments