From 2d44213e7efc71c6b7d465bac6b4baf3d070ef8f Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Fri, 14 Dec 2018 13:10:59 -0800 Subject: [PATCH] test: mark test-child-process-exit-code flaky Refs: # https://github.com/nodejs/node/issues/25033 PR-URL: https://github.com/nodejs/node/pull/25050 Reviewed-By: Joyee Cheung Reviewed-By: Colin Ihrig Reviewed-By: Gireesh Punathil --- test/parallel/parallel.status | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/parallel/parallel.status b/test/parallel/parallel.status index 6b488ec49df9ac..7ddd8fd66cfd42 100644 --- a/test/parallel/parallel.status +++ b/test/parallel/parallel.status @@ -7,6 +7,8 @@ prefix parallel [true] # This section applies to all platforms # https://github.com/nodejs/node/issues/23207 test-net-connect-options-port: PASS,FLAKY +# https://github.com/nodejs/node/issues/25033 +test-child-process-exit-code: PASS,FLAKY [$system==win32] test-http2-pipe: PASS,FLAKY