From 02ed21aa5c74313f200fa34c081757fd6fee593e Mon Sep 17 00:00:00 2001 From: Michael Dawson Date: Thu, 25 Aug 2016 18:57:26 -0400 Subject: [PATCH] test: mark test-child-process-fork-dgram as flaky MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR-URL: https://github.com/nodejs/node/pull/8274 Reviewed-By: joaocgreis - João Reis Reviewed-By: Colin Ihrig --- test/parallel/parallel.status | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/parallel/parallel.status b/test/parallel/parallel.status index 80b70ecee3..604a5b2424 100644 --- a/test/parallel/parallel.status +++ b/test/parallel/parallel.status @@ -38,3 +38,6 @@ test-stdio-closed : PASS, FLAKY #covered by https://github.com/nodejs/node/issues/3796 # but more frequent on AIX ? test-debug-signal-cluster : PASS, FLAKY + +#covered by https://github.com/nodejs/node/issues/8271 +test-child-process-fork-dgram : PASS, FLAKY