From c50003746b6f576eb616f7db6f3d50b7d869997c Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Tue, 24 Nov 2015 22:12:36 -0800 Subject: [PATCH] test: mark test flaky on FreeBSD MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Reviewed-By: Ben Noordhuis --- test/parallel/parallel.status | 1 + 1 file changed, 1 insertion(+) diff --git a/test/parallel/parallel.status b/test/parallel/parallel.status index b30ec2a7dc019f..bce36b53bbe5d2 100644 --- a/test/parallel/parallel.status +++ b/test/parallel/parallel.status @@ -21,3 +21,4 @@ test-child-process-exit-code : PASS,FLAKY [$system==solaris] # Also applies to SmartOS [$system==freebsd] +test-net-socket-local-address : PASS,FLAKY