From dcadde7315244d48430f7291bf28ad1910f4cbed Mon Sep 17 00:00:00 2001 From: Moshe Atlow Date: Sun, 4 Jun 2023 21:09:58 +0300 Subject: [PATCH] test: mark test-child-process-pipe-dataflow as flaky --- 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]