From ae9a8cd0534c5252e4a1aa96819bdfafac3c0710 Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Thu, 21 Jan 2016 15:33:34 -0800 Subject: [PATCH] test: mark test-tick-processor flaky MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR-URL: https://github.com/nodejs/node/pull/4809 Reviewed-By: Colin Ihrig Reviewed-By: Johan Bergström Reviewed-By: James M Snell Ref: https://github.com/nodejs/node/issues/4427 --- test/parallel/parallel.status | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/parallel/parallel.status b/test/parallel/parallel.status index 0fe1bf9027f580..3d1bfa20b3c69f 100644 --- a/test/parallel/parallel.status +++ b/test/parallel/parallel.status @@ -9,8 +9,10 @@ prefix parallel [$system==win32] test-debug-no-context : PASS,FLAKY test-tls-ticket-cluster : PASS,FLAKY +test-tick-processor : PASS,FLAKY [$system==linux] +test-tick-processor : PASS,FLAKY [$system==macos]