From 054a216b6f9c1a3048103ebb40891f7e49f5bc80 Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Tue, 24 Nov 2015 08:31:11 -0800 Subject: [PATCH] test: mark cluster-net-send test flaky on windows See https://github.com/nodejs/node/issues/3957 for details and examples failures. Ref: https://github.com/nodejs/node/issues/3957 Reviewed-By: Ben Noordhuis PR-URL: https://github.com/nodejs/node/pull/4006 --- test/parallel/parallel.status | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/test/parallel/parallel.status b/test/parallel/parallel.status index 43bfdfdd12ad7b..b30ec2a7dc019f 100644 --- a/test/parallel/parallel.status +++ b/test/parallel/parallel.status @@ -2,18 +2,19 @@ prefix parallel # To mark a test as flaky, list the test name in the appropriate section # below, without ".js", followed by ": PASS,FLAKY". Example: -# sample-test : PASS,FLAKY +# sample-test : PASS,FLAKY [true] # This section applies to all platforms [$system==win32] +test-cluster-net-send : 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 -test-child-process-buffering : PASS,FLAKY -test-child-process-exit-code : PASS,FLAKY +test-http-client-timeout-event : PASS,FLAKY +test-child-process-buffering : PASS,FLAKY +test-child-process-exit-code : PASS,FLAKY [$system==macos]