mirror of
https://github.com/nodejs/node.git
synced 2025-05-05 22:50:18 +00:00

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>
25 lines
716 B
Plaintext
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
|