Skip to content

Commit

Permalink
chore: remove numTestsKeptInMemory from cypress config because defaul…
Browse files Browse the repository at this point in the history
…t behaviour is better (#602)
  • Loading branch information
HendrikThePendric authored Oct 17, 2024
1 parent 28fad5f commit b95284e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cypress.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,6 @@ module.exports = defineConfig({
video: true,
// Enabled to reduce the risk of out-of-memory issues
experimentalMemoryManagement: true,
// Set to a low number to reduce the risk of out-of-memory issues
numTestsKeptInMemory: 5,
/* When allowing 1 retry on CI, the test suite will pass if
* it's flaky. And/but we also get to identify flaky tests on the
* Cypress Dashboard. */
Expand Down

0 comments on commit b95284e

Please sign in to comment.