From 859aa876802a9c68b0ef13680947548773dbfef1 Mon Sep 17 00:00:00 2001 From: Luigi Pinca Date: Sun, 25 Jun 2023 13:08:07 +0200 Subject: [PATCH] test: mark test-child-process-stdio-reuse-readable-stdio flaky Refs: https://github.com/nodejs/node/issues/48300#issuecomment-1604531463 Refs: https://github.com/nodejs/reliability/issues/597#issue-1772339022 PR-URL: https://github.com/nodejs/node/pull/48537 Backport-PR-URL: https://github.com/nodejs/node/pull/48650 Reviewed-By: Yagiz Nizipli Reviewed-By: Moshe Atlow Reviewed-By: Benjamin Gruenbaum --- test/parallel/parallel.status | 1 + 1 file changed, 1 insertion(+) diff --git a/test/parallel/parallel.status b/test/parallel/parallel.status index 7de93e443bfef0..ea20288bc599d7 100644 --- a/test/parallel/parallel.status +++ b/test/parallel/parallel.status @@ -19,6 +19,7 @@ test-crypto-keygen: PASS,FLAKY test-fs-rmdir-recursive: PASS, FLAKY # https://github.com/nodejs/node/issues/48300 test-child-process-pipe-dataflow: PASS, FLAKY +test-child-process-stdio-reuse-readable-stdio: PASS, FLAKY [$system==linux] # https://github.com/nodejs/node/issues/46683