From a46e459595711334bcc0a2360655bbf0c04afc59 Mon Sep 17 00:00:00 2001 From: Samuel Attard Date: Tue, 23 Jul 2019 15:35:51 -0700 Subject: [PATCH] build: disable flaky node tests that fail on linux --- script/node-disabled-tests.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/script/node-disabled-tests.json b/script/node-disabled-tests.json index 9d2d9802a2a..4e61f19ffa0 100644 --- a/script/node-disabled-tests.json +++ b/script/node-disabled-tests.json @@ -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" ] \ No newline at end of file