build: mark existing Node.js flakes as dontcare (#34644)

This commit is contained in:
Shelley Vohr 2022-06-20 21:54:52 +02:00 committed by GitHub
parent 8e45f43f18
commit 3cd5223134
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -28,6 +28,7 @@ const defaultOptions = [
'--mode=debug', '--mode=debug',
'default', 'default',
`--skip-tests=${DISABLED_TESTS.join(',')}`, `--skip-tests=${DISABLED_TESTS.join(',')}`,
'--flaky-tests=dontcare',
'--shell', '--shell',
utils.getAbsoluteElectronExec(), utils.getAbsoluteElectronExec(),
'-J' '-J'