From 58c4eee20572391420ba92e1da761f43331fb955 Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Wed, 10 Feb 2016 10:47:06 -0800 Subject: [PATCH] test: mark test flaky on windows again Ref: https://github.com/nodejs/node/issues/3635 --- test/parallel/parallel.status | 1 + 1 file changed, 1 insertion(+) diff --git a/test/parallel/parallel.status b/test/parallel/parallel.status index 3d1bfa20b3c69f..3e10751b2c9b5e 100644 --- a/test/parallel/parallel.status +++ b/test/parallel/parallel.status @@ -7,6 +7,7 @@ prefix parallel [true] # This section applies to all platforms [$system==win32] +test-child-process-fork-regr-gh-2847 : PASS,FLAKY test-debug-no-context : PASS,FLAKY test-tls-ticket-cluster : PASS,FLAKY test-tick-processor : PASS,FLAKY