From f5cc04732fa94d9b7e6752f13c6de334018c3dac Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Wed, 17 Feb 2016 03:44:25 -0800 Subject: [PATCH] test: mark test-http-regr-gh-2928 flaky `test-http-regr-gh-2928` is flay on SmartOS in CI. Refs: https://github.com/nodejs/node/issues/5264 PR-URL: https://github.com/nodejs/node/pull/5280 Reviewed-By: Ben Noordhuis Reviewed-By: James M Snell --- test/sequential/sequential.status | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/sequential/sequential.status b/test/sequential/sequential.status index ac5eaedf89c46f..568040ef59ddd6 100644 --- a/test/sequential/sequential.status +++ b/test/sequential/sequential.status @@ -14,6 +14,7 @@ test-vm-syntax-error-stderr : PASS,FLAKY [$system==macos] [$system==solaris] # Also applies to SmartOS +test-http-regr-gh-2928 : PASS,FLAKY [$system==freebsd] @@ -22,4 +23,4 @@ test-vm-syntax-error-stderr : PASS,FLAKY # Tests are disabled so CI can be green and we can spot other # regressions until this work is complete [$system==aix] -test-fs-watch : FAIL, PASS +test-fs-watch : FAIL,PASS