From 0ff1ba486c709d3d5ca48ecf0c8bef0fbb6723dd Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Sun, 22 Nov 2015 19:29:14 -0800 Subject: [PATCH] test: remove flaky status for cluster test The test did not fail after 9999 runs in continuous integration. Remove it's flaky status. Fixes: https://github.com/nodejs/node/issues/2557 --- test/parallel/parallel.status | 1 - 1 file changed, 1 deletion(-) diff --git a/test/parallel/parallel.status b/test/parallel/parallel.status index 9334614d5626d8..189083819d54ff 100644 --- a/test/parallel/parallel.status +++ b/test/parallel/parallel.status @@ -10,7 +10,6 @@ prefix parallel test-tls-ticket-cluster : PASS,FLAKY [$system==linux] -test-cluster-worker-forced-exit : PASS,FLAKY test-http-client-timeout-event : PASS,FLAKY test-child-process-buffering : PASS,FLAKY test-child-process-exit-code : PASS,FLAKY