From 8c3bfcbfe57e3b5ae04372aae40a1da8a741f902 Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Wed, 25 Nov 2015 09:47:41 -0800 Subject: [PATCH] test: mark fork regression test flaky on windows See https://github.com/nodejs/node/issues/3635 for details and failure examples. Ref: https://github.com/nodejs/node/issues/3635 PR-URL: https://github.com/nodejs/node/pull/4005 Reviewed-By: Colin Ihrig --- 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 4a8aab5e53b181..43bfdfdd12ad7b 100644 --- a/test/parallel/parallel.status +++ b/test/parallel/parallel.status @@ -7,7 +7,8 @@ prefix parallel [true] # This section applies to all platforms [$system==win32] -test-tls-ticket-cluster : 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