From c9ae385abf6b865a20cbbb06a862c0da28917ccc Mon Sep 17 00:00:00 2001 From: Andrey Pechkurov Date: Mon, 20 Apr 2020 20:25:50 +0300 Subject: [PATCH] test: mark test-child-process-fork-args as flaky on Windows MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR-URL: https://github.com/nodejs/node/pull/32950 Refs: https://github.com/nodejs/node/issues/32863 Reviewed-By: Sam Roberts Reviewed-By: Richard Lau Reviewed-By: Luigi Pinca Reviewed-By: Juan José Arboleda --- test/parallel/parallel.status | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/parallel/parallel.status b/test/parallel/parallel.status index 9314874d3f9082..8703fea2b0b3a7 100644 --- a/test/parallel/parallel.status +++ b/test/parallel/parallel.status @@ -9,6 +9,8 @@ prefix parallel test-http2-reset-flood: PASS,FLAKY [$system==win32] +# https://github.com/nodejs/node/issues/32863 +test-child-process-fork-args: PASS,FLAKY # https://github.com/nodejs/node/issues/20750 test-http2-client-upload: PASS,FLAKY # https://github.com/nodejs/node/issues/20750