From 49262b604db03bfafa1806215cb221517ba04994 Mon Sep 17 00:00:00 2001 From: Cheng Zhao Date: Wed, 15 Jan 2020 16:06:33 +0900 Subject: [PATCH] test: disable some flaky node tests (#21752) --- script/node-disabled-tests.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/script/node-disabled-tests.json b/script/node-disabled-tests.json index e6b66cb54b71..a5c9988b3968 100644 --- a/script/node-disabled-tests.json +++ b/script/node-disabled-tests.json @@ -122,6 +122,7 @@ "parallel/test-inspector-async-hook-after-done", "parallel/test-inspector-esm", "parallel/test-inspector-heap-allocation-tracker", + "parallel/test-inspector-multisession-ws", "parallel/test-inspector-port-zero-cluster", "parallel/test-inspector-tracing-domain", "parallel/test-inspector-vm-global-accessors-getter-sideeffect", @@ -140,6 +141,7 @@ "parallel/test-process-exception-capture-should-abort-on-uncaught", "parallel/test-process-exception-capture-should-abort-on-uncaught-setflagsfromstring", "parallel/test-process-exec-argv", + "parallel/test-process-exit-code", "parallel/test-process-external-stdio-close", "parallel/test-process-external-stdio-close-spawn", "parallel/test-process-versions", @@ -241,6 +243,7 @@ "parallel/test-worker-sharedarraybuffer-from-worker-thread", "parallel/test-worker-stdio", "parallel/test-wrap-js-stream-exceptions", + "parallel/test-zlib-unused-weak", "pseudo-tty/console_colors", "pseudo-tty/ref_keeps_node_running", "pseudo-tty/test-async-wrap-getasyncid-tty",