From 5e8dfbc8b09f88fea60a5e0d71d25d9df92345c9 Mon Sep 17 00:00:00 2001 From: StefanStojanovic Date: Wed, 15 Mar 2023 14:08:54 +0100 Subject: [PATCH] test: skip broken tests win arm64 --- 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