node/test/parallel/parallel.status
Rich Trott e25f8683f1 test: mark test flaky on FreeBSD
Mark test-net-socket-local-address flaky on FreeBSD. It times out with
some frequency on CI.

Ref: https://github.com/nodejs/node/issues/2475
PR-URL: https://github.com/nodejs/node/pull/4016
Reviewed-By: Johan Bergström <bugs@bergstroem.nu>
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
2015-11-26 19:39:42 -08:00

25 lines
716 B
Plaintext

prefix parallel
# To mark a test as flaky, list the test name in the appropriate section
# below, without ".js", followed by ": PASS,FLAKY". Example:
# sample-test : PASS,FLAKY
[true] # This section applies to all platforms
[$system==win32]
test-cluster-net-send : 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
test-child-process-buffering : PASS,FLAKY
test-child-process-exit-code : PASS,FLAKY
[$system==macos]
[$system==solaris] # Also applies to SmartOS
[$system==freebsd]
test-net-socket-local-address : PASS,FLAKY