From 242c88b8ae387e542052fed819fd01e8a1cce6a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Reis?= Date: Wed, 2 Sep 2015 17:03:02 +0100 Subject: [PATCH] test: mark test-repl-persistent-history as flaky This test is already being investigated, but until a solution is found it should be marked flaky. Ref: https://github.com/nodejs/node/issues/2319 Ref: https://github.com/nodejs/node/pull/2356 PR-URL: https://github.com/nodejs/node/pull/2659 Reviewed-By: orangemocha - Alexis Campailla --- test/sequential/sequential.status | 1 + 1 file changed, 1 insertion(+) diff --git a/test/sequential/sequential.status b/test/sequential/sequential.status index 2d733c87783e99..ec790c390bcd6a 100644 --- a/test/sequential/sequential.status +++ b/test/sequential/sequential.status @@ -6,6 +6,7 @@ prefix sequential [true] # This section applies to all platforms test-child-process-fork-getconnections : PASS,FLAKY +test-repl-persistent-history : PASS,FLAKY [$system==win32]