From 54f3d877aef4914c538dd3a70f98262b5d9cebfc 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 8ab8387a73b6d4..1200e7829e691d 100644 --- a/test/parallel/parallel.status +++ b/test/parallel/parallel.status @@ -17,6 +17,10 @@ test-child-process-stdio-reuse-readable-stdio: 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]