From 41a69e772bc567ac2ba2b3d7bd6fa80ee4eea5ce Mon Sep 17 00:00:00 2001 From: Stefan Stojanovic Date: Wed, 22 Mar 2023 11:54:49 +0100 Subject: [PATCH] test: skip broken tests win arm64 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR-URL: https://github.com/nodejs/node/pull/47020 Reviewed-By: Richard Lau Reviewed-By: Michaƫl Zasso --- test/parallel/parallel.status | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/test/parallel/parallel.status b/test/parallel/parallel.status index 1cbcefb9712fae..927e972e9d89cd 100644 --- a/test/parallel/parallel.status +++ b/test/parallel/parallel.status @@ -14,6 +14,10 @@ test-crypto-keygen: PASS,FLAKY # https://github.com/nodejs/node/issues/41201 test-fs-rmdir-recursive: PASS, FLAKY +# Windows on ARM +[$system==win32 && $arch==arm64] +test-child-process-exec-cwd: SKIP + [$system==linux] # https://github.com/nodejs/node/issues/39368 test-domain-error-types: PASS,FLAKY