From e04a8401d9830cdbc8f29bc030a4744155151ec7 Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Sun, 3 Jan 2016 08:26:31 -0800 Subject: [PATCH] test: remove flaky designations for tests MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- test/parallel/parallel.status | 3 --- 1 file changed, 3 deletions(-) diff --git a/test/parallel/parallel.status b/test/parallel/parallel.status index 6cdd46635c9310..afa059696942cb 100644 --- a/test/parallel/parallel.status +++ b/test/parallel/parallel.status @@ -12,9 +12,6 @@ test-debug-no-context : 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]