test: mark test-cluster-shared-leak flaky
authorRich Trott <rtrott@gmail.com>
Sat, 5 Dec 2015 06:40:14 +0000 (22:40 -0800)
committerMyles Borins <mborins@us.ibm.com>
Tue, 19 Jan 2016 19:52:19 +0000 (11:52 -0800)
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 <info@bnoordhuis.nl>
Reviewed-By: Roman Klauke <romaaan.git@gmail.com>
Reviewed-By: Minwoo Jung <jmwsoft@gmail.com>
test/parallel/parallel.status

index d4879b3..fb301e0 100644 (file)
@@ -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