From 16468fa4220b824a7b58c68a7699bf41cca46cf9 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 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 PR-URL: https://github.com/nodejs/node/pull/3620 Reviewed-By: Johan Bergström Reviewed-By: Jeremiah Senkpiel --- test/parallel/parallel.status | 1 - 1 file changed, 1 deletion(-) diff --git a/test/parallel/parallel.status b/test/parallel/parallel.status index faa6c861a2d67a..900c61b2817247 100644 --- a/test/parallel/parallel.status +++ b/test/parallel/parallel.status @@ -12,7 +12,6 @@ test-child-process-fork-regr-gh-2847 : PASS,FLAKY [$system==linux] 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