Skip to content

Commit

Permalink
build: mark existing Node.js flakes as dontcare (#34658)
Browse files Browse the repository at this point in the history
Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com>
  • Loading branch information
trop[bot] and codebytere committed Jun 21, 2022
1 parent c058877 commit b91ab0e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions script/node-spec-runner.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ const defaultOptions = [
'--mode=debug',
'default',
`--skip-tests=${DISABLED_TESTS.join(',')}`,
'--flaky-tests=dontcare',
'--shell',
utils.getAbsoluteElectronExec(),
'-J'
Expand Down

0 comments on commit b91ab0e

Please sign in to comment.