From 4d946589183ac83f63535c59d04d25df6ed24f47 Mon Sep 17 00:00:00 2001 From: Bert Belder Date: Tue, 9 Dec 2014 16:08:48 +0100 Subject: [PATCH] test: mark test-net-GH-5504 as flaky on linux That test can trigger a bug on some older Linux kernels. PR-URL: https://github.com/iojs/io.js/pull/124 Reviewed-By: Ben Noordhuis --- test/simple/simple.status | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/simple/simple.status b/test/simple/simple.status index 438ce39f5f2..d310575f1bb 100644 --- a/test/simple/simple.status +++ b/test/simple/simple.status @@ -1 +1,4 @@ prefix simple + +[$system==linux] +test-net-GH-5504 : PASS,FLAKY