From 444aae3d8f45061b2c93d617afd38e2ef9f605bd Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Tue, 24 Nov 2015 08:24:22 -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 --- 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 9334614d5626d8..04ebe86ccfe99a 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-cluster-worker-forced-exit : PASS,FLAKY