From a863e8d667ceec37670dedebf20dc0120ad36898 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 PR-URL: https://github.com/nodejs/node/pull/3975 Reviewed-By: Rod Vagg Reviewed-By: Colin Ihrig Reviewed-By: Ben Noordhuis Reviewed-By: Roman Klauke --- 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