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 c140c13 commit 2a365b8Copy full SHA for 2a365b8
packages/firestore/test/integration/util/helpers.ts
@@ -182,8 +182,7 @@ function apiDescribeInternal(
182
testSuite: (persistence: PersistenceMode) => void
183
): void {
184
const persistenceModes: PersistenceMode[] = [
185
- new MemoryEagerPersistenceMode(),
186
- new MemoryLruPersistenceMode()
+ new MemoryEagerPersistenceMode()
187
];
188
if (isPersistenceAvailable()) {
189
persistenceModes.push(new IndexedDbPersistenceMode());
0 commit comments