From 5b07e5ce2946cad1e3ab294be4746863ca00bf20 Mon Sep 17 00:00:00 2001 From: Alexis Campailla Date: Thu, 3 Sep 2015 01:56:22 +0200 Subject: [PATCH] test: test-child-process-fork-net2 is flaky Ref: https://github.com/nodejs/node/issues/2669 --- test/parallel/parallel.status | 1 + 1 file changed, 1 insertion(+) diff --git a/test/parallel/parallel.status b/test/parallel/parallel.status index 7bb3c158d2c661..a617ba08a5016c 100644 --- a/test/parallel/parallel.status +++ b/test/parallel/parallel.status @@ -21,6 +21,7 @@ test-child-process-exit-code : PASS,FLAKY [$system==solaris] # Also applies to SmartOS test-debug-signal-cluster : PASS,FLAKY +test-child-process-fork-net2 : PASS,FLAKY [$system==freebsd] test-net-socket-local-address : PASS,FLAKY