From ed8ac668d0c918ab0365e27fa8932b7c382c9859 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 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 --- 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]