From ea58e39c7c564fab46fb07bb0925c68c8303b02f Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Sat, 31 Oct 2015 13:31:36 -0700 Subject: [PATCH] test: mark http-pipeline-flood flaky MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit test-http-pipeline-flood has been flaky on Windows for some time. Hopefully, https://github.com/nodejs/node/pull/2862 fixes it and lands soon, but until then, let's mark it as flaky. PR-URL: https://github.com/nodejs/node/pull/3616 Reviewed-By: Johan Bergström --- test/sequential/sequential.status | 1 + 1 file changed, 1 insertion(+) diff --git a/test/sequential/sequential.status b/test/sequential/sequential.status index 7d5e6f1c1e624f..06057555d7d98d 100644 --- a/test/sequential/sequential.status +++ b/test/sequential/sequential.status @@ -7,6 +7,7 @@ prefix sequential [true] # This section applies to all platforms [$system==win32] +test-http-pipeline-flood : PASS,FLAKY [$system==linux] test-vm-syntax-error-stderr : PASS,FLAKY