Skip to content

Commit 2a365b8

Browse files
committed
Remove MemoryLruPersistenceMode from persistence modes, reverting a change unrelated to this PR.
1 parent c140c13 commit 2a365b8

File tree

1 file changed

+1
-2
lines changed
  • packages/firestore/test/integration/util

1 file changed

+1
-2
lines changed

packages/firestore/test/integration/util/helpers.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -182,8 +182,7 @@ function apiDescribeInternal(
182182
testSuite: (persistence: PersistenceMode) => void
183183
): void {
184184
const persistenceModes: PersistenceMode[] = [
185-
new MemoryEagerPersistenceMode(),
186-
new MemoryLruPersistenceMode()
185+
new MemoryEagerPersistenceMode()
187186
];
188187
if (isPersistenceAvailable()) {
189188
persistenceModes.push(new IndexedDbPersistenceMode());

0 commit comments

Comments
 (0)