From 52bb37734ba46f969ebc5c85df82912d111cd2ba 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 5db71c7006b..c907c30a5cb 100644 --- a/test/parallel/parallel.status +++ b/test/parallel/parallel.status @@ -34,3 +34,6 @@ test-regress-GH-1899 : FAIL, PASS # localIPv6Hosts list from test/common.js. test-https-connect-address-family : PASS,FLAKY test-tls-connect-address-family : PASS,FLAKY + +#covered by https://github.com/nodejs/node/issues/8271 +test-child-process-fork-dgram : PASS, FLAKY