mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
build: disable flaky node tests that fail on linux
This commit is contained in:
committed by
Samuel Attard
parent
2132fdfa28
commit
a46e459595
@@ -238,6 +238,7 @@
|
||||
"async-hooks/test-signalwrap",
|
||||
"async-hooks/test-statwatcher",
|
||||
"async-hooks/test-timers.setInterval",
|
||||
"async-hooks/test-late-hook-enable",
|
||||
"es-module/test-esm-cjs-main",
|
||||
"es-module/test-esm-json-cache",
|
||||
"es-module/test-esm-snapshot",
|
||||
@@ -326,5 +327,9 @@
|
||||
"pseudo-tty/test-set-raw-mode-reset-signal",
|
||||
"pseudo-tty/test-tty-color-support",
|
||||
"pseudo-tty/test-tty-window-size",
|
||||
"pseudo-tty/test-tty-wrap"
|
||||
"pseudo-tty/test-tty-wrap",
|
||||
"parallel/test-cluster-master-kill",
|
||||
"parallel/test-cluster-master-error",
|
||||
"sequential/test-timers-block-eventloop",
|
||||
"sequential/test-timers-set-interval-excludes-callback-duration"
|
||||
]
|
||||
Reference in New Issue
Block a user