Skip to content

Commit

Permalink
[CUTL-90] ⚙️ (Cypress) Attempt to fix Firefox error by setting `firef…
Browse files Browse the repository at this point in the history
…oxGcInterval` settings for `runMode` and `openMode` to null

- See cypress-io/cypress#6813 for open issue
  • Loading branch information
emilyemorehouse committed Jul 5, 2020
1 parent 27e8d70 commit a2f699d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cypress.json
Expand Up @@ -10,5 +10,9 @@
}
}
},
"firefoxGcInterval": {
"runMode": null,
"openMode": null
},
"ignoreTestFiles": ["**/__snapshots__/*", "**/__image_snapshots__/*"]
}

0 comments on commit a2f699d

Please sign in to comment.