From 5daa07a8b0ad6812c41cb387a38b0d46e9663f77 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 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 eabe2053a2569b..06081583ea9e93 100644 --- a/test/parallel/parallel.status +++ b/test/parallel/parallel.status @@ -15,6 +15,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/39368