From 228c87f3291b085c0f139f4e6492c27ad74e5fb7 Mon Sep 17 00:00:00 2001 From: Stefan Stojanovic Date: Wed, 18 Oct 2023 17:23:16 +0200 Subject: [PATCH] test: set test-worker-nearheaplimit-deadlock flaky MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The test is only flaky on x86 Windows. Fixes: https://github.com/nodejs/node/issues/50220 PR-URL: https://github.com/nodejs/node/pull/50238 Refs: https://github.com/nodejs/node/pull/49962 Reviewed-By: Richard Lau Reviewed-By: Yagiz Nizipli Reviewed-By: Vinícius Lourenço Claro Cardoso Reviewed-By: Michael Dawson --- test/parallel/parallel.status | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/test/parallel/parallel.status b/test/parallel/parallel.status index c83b40177b6f3e..55ea020b73b1d3 100644 --- a/test/parallel/parallel.status +++ b/test/parallel/parallel.status @@ -14,6 +14,10 @@ test-fs-rmdir-recursive: PASS, FLAKY # https://github.com/nodejs/node/issues/49985 test-runner-watch-mode: PASS, FLAKY +# Windows on x86 +[$system==win32 && $arch==x86] +test-worker-nearheaplimit-deadlock: PASS, FLAKY + # Windows on ARM [$system==win32 && $arch==arm64]