Skip to content

Commit e117354

Browse files
Remove duplicate test run (#3459)
1 parent 7913ae9 commit e117354

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/emulator-testing/firestore-test-runner.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,9 @@ async function run(): Promise<void> {
4848
try {
4949
await emulator.download();
5050
await emulator.setUp();
51+
// When persistence is enabled, the test runner runs all tests
52+
// twice (once with and once without persistence).
5153
await runTest(emulator.port, emulator.projectId, true);
52-
await runTest(emulator.port, emulator.projectId, false);
5354
} finally {
5455
await emulator.tearDown();
5556
}

0 commit comments

Comments
 (0)