From 02388eb3577fc8ada5b537a5db4a458d8cdda4d9 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 e44383e89ac81c..cd68718a1edc37 100644 --- a/test/parallel/parallel.status +++ b/test/parallel/parallel.status @@ -12,6 +12,9 @@ test-shadow-realm-gc-module: PASS, FLAKY # https://github.com/nodejs/node/issues/52274 test-worker-arraybuffer-zerofill: PASS, FLAKY +# https://github.com/nodejs/node/issues/51862 +test-fs-read-stream-concurrent-reads: PASS, FLAKY + [$system==win32] # Windows on x86