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>
pull/4016/merge
Rich Trott 2015-11-24 22:12:36 -08:00
parent f2e319b757
commit e25f8683f1
1 changed files with 1 additions and 0 deletions

View File

@ -21,3 +21,4 @@ test-child-process-exit-code : PASS,FLAKY
[$system==solaris] # Also applies to SmartOS [$system==solaris] # Also applies to SmartOS
[$system==freebsd] [$system==freebsd]
test-net-socket-local-address : PASS,FLAKY