From 96c323dee22495f144c114304cffb2b4d4d024bc Mon Sep 17 00:00:00 2001 From: Moshe Atlow Date: Sun, 4 Jun 2023 23:58:45 +0300 Subject: [PATCH] test: mark test-child-process-pipe-dataflow as flaky PR-URL: https://github.com/nodejs/node/pull/48334 Reviewed-By: Yagiz Nizipli Reviewed-By: Luigi Pinca --- test/parallel/parallel.status | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/parallel/parallel.status b/test/parallel/parallel.status index 0d65877f595f85..aba077cf4ee58f 100644 --- a/test/parallel/parallel.status +++ b/test/parallel/parallel.status @@ -13,6 +13,8 @@ test-timers-immediate-queue: PASS,FLAKY test-crypto-keygen: PASS,FLAKY # https://github.com/nodejs/node/issues/41201 test-fs-rmdir-recursive: PASS, FLAKY +# https://github.com/nodejs/node/issues/48300 +test-child-process-pipe-dataflow: PASS, FLAKY # Windows on ARM [$system==win32 && $arch==arm64]