Skip to content

Commit c02e623

Browse files
WIP
1 parent fd30f0c commit c02e623

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/firestore/lite/test/integration.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -625,7 +625,7 @@ function genericMutationTests(
625625
// The Transaction tests use backoff for updates that fail with failed
626626
// preconditions. This leads to test timeouts.
627627
// eslint-disable-next-line no-restricted-properties
628-
(testRunnerMayUseBackoff ? it.skip : it.only)(
628+
(testRunnerMayUseBackoff ? it.skip : it)(
629629
'enforces that document exists',
630630
() => {
631631
return withTestDoc(async docRef => {

0 commit comments

Comments
 (0)