From 7ac45808f57b24cc8dd5f18221e99361aded8f12 Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Sat, 31 Oct 2015 18:53:21 -0700 Subject: [PATCH] test: remove flaky designation from ls-no-sslv3 This test was marked flaky after failing in CI on arm7-wheezy two months ago. It has not failed there since. This commit removes the flaky designation. Fixes: https://github.com/nodejs/node/issues/2554 --- test/parallel/parallel.status | 1 - 1 file changed, 1 deletion(-) diff --git a/test/parallel/parallel.status b/test/parallel/parallel.status index 42c32d03665113..69a154730658d2 100644 --- a/test/parallel/parallel.status +++ b/test/parallel/parallel.status @@ -12,7 +12,6 @@ test-tls-ticket-cluster : PASS,FLAKY [$system==linux] test-cluster-worker-forced-exit : PASS,FLAKY test-http-client-timeout-event : PASS,FLAKY -test-tls-no-sslv3 : PASS,FLAKY test-child-process-buffering : PASS,FLAKY test-child-process-exit-code : PASS,FLAKY