summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRich Trott <rtrott@gmail.com>2015-11-24 22:12:36 -0800
committerRich Trott <rtrott@gmail.com>2015-11-26 19:39:42 -0800
commite25f8683f1735f55a27c00d41691be286f50e13f (patch)
tree94154d124e8c728c910278e3548f5f275191f093
parentf2e319b7578326b0f5adb5c986533d3136404cbd (diff)
downloadandroid-node-v8-e25f8683f1735f55a27c00d41691be286f50e13f.tar.gz
android-node-v8-e25f8683f1735f55a27c00d41691be286f50e13f.tar.bz2
android-node-v8-e25f8683f1735f55a27c00d41691be286f50e13f.zip
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>
-rw-r--r--test/parallel/parallel.status1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/parallel/parallel.status b/test/parallel/parallel.status
index b30ec2a7dc..bce36b53bb 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