From 4c28669d793e0bbe91543869381486c7c7764a50 Mon Sep 17 00:00:00 2001 From: Sergey Chernyshev Date: Thu, 25 Apr 2024 04:22:25 +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 --- graal-nodejs/test/parallel/parallel.status | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/graal-nodejs/test/parallel/parallel.status b/graal-nodejs/test/parallel/parallel.status index 234f0a951ef..80029ec09fa 100644 --- a/graal-nodejs/test/parallel/parallel.status +++ b/graal-nodejs/test/parallel/parallel.status @@ -267,6 +267,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]