test: mark test-http-agent flaky
authorRich Trott <rtrott@gmail.com>
Fri, 12 Feb 2016 22:27:40 +0000 (14:27 -0800)
committerMyles Borins <mborins@us.ibm.com>
Wed, 2 Mar 2016 22:01:11 +0000 (14:01 -0800)
Ref: https://github.com/nodejs/node/issues/5184
PR-URL: https://github.com/nodejs/node/pull/5209
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Roman Klauke <romaaan.git@gmail.com>
test/parallel/parallel.status

index 3927911..0854238 100644 (file)
@@ -7,12 +7,13 @@ prefix parallel
 [true] # This section applies to all platforms
 
 [$system==win32]
-test-debug-no-context                : PASS,FLAKY
-test-tls-ticket-cluster              : PASS,FLAKY
-test-tick-processor                  : PASS,FLAKY
+test-debug-no-context   : PASS,FLAKY
+test-tls-ticket-cluster : PASS,FLAKY
+test-tick-processor     : PASS,FLAKY
 
 [$system==linux]
-test-tick-processor                  : PASS,FLAKY
+test-http-agent         : PASS,FLAKY
+test-tick-processor     : PASS,FLAKY
 
 [$system==macos]