From 39e05639f41fc0ad66f03a8e3dc503c83f8165a2 Mon Sep 17 00:00:00 2001 From: Julien Gilli Date: Fri, 17 Jul 2015 10:01:30 -0700 Subject: [PATCH] test: mark http-pipeline-flood flaky on win32 Reviewed-By: Julien Gilli PR-URL: https://github.com/joyent/node/pull/25707 --- test/simple/simple.status | 1 + 1 file changed, 1 insertion(+) diff --git a/test/simple/simple.status b/test/simple/simple.status index 6497e8d7f112be..c80452f15d12db 100644 --- a/test/simple/simple.status +++ b/test/simple/simple.status @@ -7,6 +7,7 @@ test-microtask-queue-run-domain : PASS,FLAKY [$system==win32] test-timers-first-fire : PASS,FLAKY +test-http-pipeline-flood : PASS,FLAKY [$system==linux]