Browse Source

test: mark fork regression test flaky on windows

See https://github.com/nodejs/node/issues/3635 for details and failure
examples.

Ref: https://github.com/nodejs/node/issues/3635
PR-URL: https://github.com/nodejs/node/pull/4005
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
v4.x
Rich Trott 9 years ago
committed by James M Snell
parent
commit
b00b9a3703
  1. 3
      test/parallel/parallel.status

3
test/parallel/parallel.status

@ -7,7 +7,8 @@ prefix parallel
[true] # This section applies to all platforms
[$system==win32]
test-tls-ticket-cluster : PASS,FLAKY
test-tls-ticket-cluster : PASS,FLAKY
test-child-process-fork-regr-gh-2847 : PASS,FLAKY
[$system==linux]
test-http-client-timeout-event : PASS,FLAKY

Loading…
Cancel
Save