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

View File

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