From 169b0f8a007615e571806d2800efc1cbf9a9c7ba Mon Sep 17 00:00:00 2001 From: StefanStojanovic Date: Mon, 27 May 2024 09:56:57 +0200 Subject: [PATCH] test: fix Windows native test suites 2 PRs that landed independently caused this issue which makes every native suites run in CI fail on Windows. This is just a quick patch to unblock the CI. Refs: https://github.com/nodejs/node/pull/52905 Refs: https://github.com/nodejs/node/pull/52646 --- test/embedding/test-embedding.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/test/embedding/test-embedding.js b/test/embedding/test-embedding.js index 1a579a11edc8b6..597531d017eb70 100644 --- a/test/embedding/test-embedding.js +++ b/test/embedding/test-embedding.js @@ -152,6 +152,10 @@ for (const extraSnapshotArgs of [ { cwd: tmpdir.path }); } +if (common.isWindows) { + return; +} + // Guarantee NODE_REPL_EXTERNAL_MODULE won't bypass kDisableNodeOptionsEnv { spawnSyncAndExit(