From b7cb76527f9f005e04dd6fec033a724167a918a8 Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Thu, 20 Apr 2017 21:35:10 -0700 Subject: [PATCH] test: set benchmark-child-process flaky on windows sequential/test-benchmark-child-process is still failing sometimes flaky on Windows in CI. Mark it as flaky in sequential.status until it gets sorted. PR-URL: https://github.com/nodejs/node/pull/12561 Ref: https://github.com/nodejs/node/issues/12560 Reviewed-By: Sakthipriyan Vairamani Reviewed-By: Daniel Bevenius --- test/sequential/sequential.status | 1 + 1 file changed, 1 insertion(+) diff --git a/test/sequential/sequential.status b/test/sequential/sequential.status index d228c93b4534e9..6cea1208593d26 100644 --- a/test/sequential/sequential.status +++ b/test/sequential/sequential.status @@ -7,6 +7,7 @@ prefix sequential [true] # This section applies to all platforms [$system==win32] +test-benchmark-child-process : PASS,FLAKY [$system==linux]