From 0f912a7248e2b162205c6ccbf25f06383cac63be 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 aba077cf4ee58f..913ae4b0b10a7d 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 # Windows on ARM [$system==win32 && $arch==arm64]