From 28e9a4f41bc7f26e2e440543c36eaf8bcb257f44 Mon Sep 17 00:00:00 2001 From: Jeremiah Senkpiel Date: Mon, 19 Oct 2015 11:57:55 -0400 Subject: [PATCH] test: repl-persistent-history is no longer flaky MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The race conditions were fixed in 286ef1daca1c1f3e3363ee162fb97fb823632352 PR-URL: https://github.com/nodejs/node/pull/3437 Reviewed By: Evan Lucas Reviewed-By: James M Snell Reviewed-By: Johan Bergström --- test/sequential/sequential.status | 1 - 1 file changed, 1 deletion(-) diff --git a/test/sequential/sequential.status b/test/sequential/sequential.status index e7f0ca2b323992..7d5e6f1c1e624f 100644 --- a/test/sequential/sequential.status +++ b/test/sequential/sequential.status @@ -5,7 +5,6 @@ prefix sequential # sample-test : PASS,FLAKY [true] # This section applies to all platforms -test-repl-persistent-history : PASS,FLAKY [$system==win32]