From ef07dccc8af9b45ce37b39738cc7a542afb13f19 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 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 --- test/parallel/parallel.status | 1 + 1 file changed, 1 insertion(+) diff --git a/test/parallel/parallel.status b/test/parallel/parallel.status index 4a8aab5e53b181..189083819d54ff 100644 --- a/test/parallel/parallel.status +++ b/test/parallel/parallel.status @@ -19,3 +19,4 @@ test-child-process-exit-code : PASS,FLAKY [$system==solaris] # Also applies to SmartOS [$system==freebsd] +test-net-socket-local-address : PASS,FLAKY