Skip to content

Commit

Permalink
Enable quarantineMode for safari.
Browse files Browse the repository at this point in the history
  • Loading branch information
shammowla committed Sep 27, 2024
1 parent 9b44fee commit 68597a4
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .sauce/prod-safari.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ env:
testcafe:
version: "package.json"
nodeVersion: "$NODE_VERSION"
speed: 0.4
pageLoadTimeout: 10000
speed: 0.5
pageLoadTimeout: 8000
disablePageCaching: false
timeZone: New_York
npm:
Expand All @@ -37,6 +37,10 @@ suites:
src:
- "test/functional/specs/**/*.js"
platformName: "macOS 13"
quarantineMode:
attemptLimit: 4
successThreshold: 2
retries: 3
excludedTestFiles:
[
"test/functional/specs/Privacy/C1472435.js",
Expand Down

0 comments on commit 68597a4

Please sign in to comment.