From 003a8855e2f7dbcdcbdace7b366a1937a215910f 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 dcab91464d1c62..faa6c861a2d67a 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