From 66e7dc558705edb0f473c4df902e9e407a2896c4 Mon Sep 17 00:00:00 2001 From: Gibson Fahnestock Date: Sun, 26 Mar 2017 23:36:50 +0100 Subject: [PATCH] test: mark child-process-exec-kill-throws flaky PR-URL: https://github.com/nodejs/node/pull/12054 Ref: https://github.com/nodejs/node/issues/12053 Ref: https://github.com/nodejs/node/pull/11038 Reviewed-By: Colin Ihrig Reviewed-By: Santiago Gimeno Reviewed-By: James M Snell Reviewed-By: Richard Lau --- test/parallel/parallel.status | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/parallel/parallel.status b/test/parallel/parallel.status index 4703fdd05e2dae..e01e1428955ca7 100644 --- a/test/parallel/parallel.status +++ b/test/parallel/parallel.status @@ -7,6 +7,9 @@ prefix parallel [true] # This section applies to all platforms [$system==win32] +# See https://github.com/nodejs/node/issues/12053, this test may be exposing a +# genuine bug with kill() on Windows. +test-child-process-exec-kill-throws : PASS,FLAKY [$system==linux]