From 6f4ab1d1ab774f0f26b0fc2034d31d63838c8cea Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Fri, 4 Dec 2015 22:40:14 -0800 Subject: [PATCH] test: mark test-cluster-shared-leak flaky test-cluster-shared-leak is flaky on Windows. Refs: https://github.com/nodejs/node/issues/3956 PR-URL: https://github.com/nodejs/node/pull/4162 Reviewed-By: Ben Noordhuis Reviewed-By: Roman Klauke Reviewed-By: Minwoo Jung --- test/parallel/parallel.status | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/parallel/parallel.status b/test/parallel/parallel.status index d4879b3a6cdc0b..fb301e0bfd8e4e 100644 --- a/test/parallel/parallel.status +++ b/test/parallel/parallel.status @@ -7,9 +7,10 @@ prefix parallel [true] # This section applies to all platforms [$system==win32] +test-child-process-fork-regr-gh-2847 : PASS,FLAKY test-cluster-net-send : PASS,FLAKY +test-cluster-shared-leak : PASS,FLAKY test-tls-ticket-cluster : PASS,FLAKY -test-child-process-fork-regr-gh-2847 : PASS,FLAKY [$system==linux] test-http-client-timeout-event : PASS,FLAKY