From: Rich Trott Date: Sun, 3 Jan 2016 16:26:31 +0000 (-0800) Subject: test: remove flaky designations for tests X-Git-Tag: v4.2.5~41 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=25c41d084d66186f2a22d3af178036ca9f920811;p=platform%2Fupstream%2Fnodejs.git test: remove flaky designations for tests Three tests designated as flaky on Linux have not failed on the continuous integration server in a long time. Removing flaky designation for these tests. Fixes: https://github.com/nodejs/node/issues/4446 PR-URL: https://github.com/nodejs/node/pull/4519 Reviewed-By: Johan Bergström Reviewed-By: James M Snell Reviewed-By: Brian White --- diff --git a/test/parallel/parallel.status b/test/parallel/parallel.status index fb301e0..f661304 100644 --- a/test/parallel/parallel.status +++ b/test/parallel/parallel.status @@ -13,9 +13,6 @@ test-cluster-shared-leak : PASS,FLAKY test-tls-ticket-cluster : PASS,FLAKY [$system==linux] -test-http-client-timeout-event : PASS,FLAKY -test-child-process-buffering : PASS,FLAKY -test-child-process-exit-code : PASS,FLAKY [$system==macos]