Skip to content

Commit

Permalink
chore: adding retry to winPackagerTest (#8820)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmaietta authored Jan 30, 2025
1 parent 62997b0 commit 0be7660
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/src/windows/winPackagerTest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ import * as path from "path"
import { CheckingWinPackager } from "../helpers/CheckingPackager"
import { app, appThrows, assertPack, platform } from "../helpers/packTester"

// some tests are flaky, specifically `beta`?
jest.retryTimes(3)

test.ifAll(
"beta version",
app(
Expand Down

0 comments on commit 0be7660

Please sign in to comment.