From f9bb3d31f2ade4d18bff2403d975a49bb2ea48bb Mon Sep 17 00:00:00 2001 From: Joyee Cheung Date: Fri, 8 Sep 2023 20:11:48 +0200 Subject: [PATCH] test: skip test-child-process-pipe-dataflow.js on Windows This is constantly failing on Windows now that the CI is never green there. To give CI at least some green space, mark it as SKIP, because we've been practically ignoring the failure for months anyway, and will probably just continue doing that. --- test/parallel/parallel.status | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/parallel/parallel.status b/test/parallel/parallel.status index 8de4ad29cb1414..d96540a4889c7c 100644 --- a/test/parallel/parallel.status +++ b/test/parallel/parallel.status @@ -12,7 +12,7 @@ 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 +test-child-process-pipe-dataflow: SKIP test-child-process-stdio-reuse-readable-stdio: PASS, FLAKY # Windows on ARM