From d4f1803f0b0b039bd111f553b2f1167411533e18 Mon Sep 17 00:00:00 2001 From: Michael Dawson Date: Fri, 26 Apr 2024 16:57:48 -0400 Subject: [PATCH] test: mark test as flaky MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Refs: https://github.com/nodejs/node/issues/51862 Ran into this a few times myself this week and also seems to be a top failer in the reliability reports Signed-off-by: Michael Dawson PR-URL: https://github.com/nodejs/node/pull/52671 Reviewed-By: Antoine du Hamel Reviewed-By: Richard Lau Reviewed-By: Michaƫl Zasso Reviewed-By: Moshe Atlow --- test/parallel/parallel.status | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/parallel/parallel.status b/test/parallel/parallel.status index 012331287739c5..7e7aa4a7a254c6 100644 --- a/test/parallel/parallel.status +++ b/test/parallel/parallel.status @@ -6,6 +6,9 @@ prefix parallel [true] # This section applies to all platforms +# https://github.com/nodejs/node/issues/51862 +test-fs-read-stream-concurrent-reads: PASS, FLAKY + [$system==win32] # Windows on x86