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 ef00e2a commit 571b169Copy full SHA for 571b169
packages/firestore/test/integration/api/query.test.ts
@@ -2200,7 +2200,7 @@ apiDescribe('Queries', persistence => {
2200
// TODO(b/270731363): Re-enable this test once the Firestore emulator is fixed
2201
// to send an existence filter.
2202
// eslint-disable-next-line no-restricted-properties
2203
- (USE_EMULATOR ? it.skip : it.only)(
+ (USE_EMULATOR ? it.skip : it)(
2204
'bloom filter should correctly encode special unicode characters',
2205
async () => {
2206
const testDocIds = [
0 commit comments