From 72ccafdd1084d9dfec8be91daef58e48a6b6368e Mon Sep 17 00:00:00 2001 From: Matheus Marchini Date: Tue, 29 May 2018 16:03:32 -0300 Subject: [PATCH] test: mark test-child-process-fork-net as flaky `flaky-test-child-process-fork-net` has been failing constantly for the past few days, and all solutions suggestes so far were didn't work. Marking it as faky while the issue is not fixed. Ref: https://github.com/nodejs/node/pull/21012 Ref: https://github.com/nodejs/node/pull/20973 Ref: https://github.com/nodejs/node/pull/20973 PR-URL: https://github.com/nodejs/node/pull/21018 Refs: https://github.com/nodejs/node/pull/21012 Refs: https://github.com/nodejs/node/pull/20973 Refs: https://github.com/nodejs/node/pull/20973 Reviewed-By: Ruben Bridgewater Reviewed-By: Jon Moss Reviewed-By: Anatoli Papirovski Reviewed-By: Michael Dawson Reviewed-By: James M Snell Reviewed-By: Trivikram Kamat --- test/parallel/parallel.status | 1 + 1 file changed, 1 insertion(+) diff --git a/test/parallel/parallel.status b/test/parallel/parallel.status index 899e6adfac0..e4b757bbd3d 100644 --- a/test/parallel/parallel.status +++ b/test/parallel/parallel.status @@ -9,6 +9,7 @@ prefix parallel test-postmortem-metadata: PASS,FLAKY [$system==win32] +test-child-process-fork-net: PASS,FLAKY [$system==linux]