From b0edb28b6311790c7aa09d1ee667155e80dbba90 Mon Sep 17 00:00:00 2001 From: Joyee Cheung Date: Mon, 11 Sep 2023 13:29:21 +0200 Subject: [PATCH] test: skip test-child-process-pipe-dataflow.js on Windows MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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. PR-URL: https://github.com/nodejs/node/pull/49563 Refs: https://github.com/nodejs/node/issues/48300 Reviewed-By: Luigi Pinca Reviewed-By: Moshe Atlow Reviewed-By: Michaƫl Zasso --- 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