Browse Source

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 <cjihrig@gmail.com>
Reviewed-By: Santiago Gimeno <santiago.gimeno@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
v7.x
Gibson Fahnestock 8 years ago
committed by Myles Borins
parent
commit
8b2b93f148
No known key found for this signature in database GPG Key ID: 933B01F40B5CA946
  1. 3
      test/parallel/parallel.status

3
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]

Loading…
Cancel
Save