From ac919efbafe9b32893d0a4100696c52d92768bca Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Fri, 14 Dec 2018 13:14:32 -0800 Subject: [PATCH] test: mark test-child-process-execfile flaky Refs: https://github.com/nodejs/node/issues/25029 PR-URL: https://github.com/nodejs/node/pull/25051 Reviewed-By: Colin Ihrig Reviewed-By: Richard Lau --- test/parallel/parallel.status | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/parallel/parallel.status b/test/parallel/parallel.status index 7ddd8fd66cfd42..a906d4108c87c1 100644 --- a/test/parallel/parallel.status +++ b/test/parallel/parallel.status @@ -5,6 +5,8 @@ prefix parallel # sample-test : PASS,FLAKY [true] # This section applies to all platforms +# https://github.com/nodejs/node/issues/25029 +test-child-process-execfile: PASS,FLAKY # https://github.com/nodejs/node/issues/23207 test-net-connect-options-port: PASS,FLAKY # https://github.com/nodejs/node/issues/25033