Skip to content

Commit

Permalink
test: set test-worker-nearheaplimit-deadlock flaky
Browse files Browse the repository at this point in the history
The test is only flaky on x86 Windows.

Fixes: nodejs/node#50220
PR-URL: nodejs/node#50238
Refs: nodejs/node#49962
Reviewed-By: Richard Lau <rlau@redhat.com>
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
Reviewed-By: Vinícius Lourenço Claro Cardoso <contact@viniciusl.com.br>
Reviewed-By: Michael Dawson <midawson@redhat.com>
  • Loading branch information
sercher committed Apr 25, 2024
1 parent 530add0 commit 4c28669
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions graal-nodejs/test/parallel/parallel.status
Original file line number Diff line number Diff line change
Expand Up @@ -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]

Expand Down

0 comments on commit 4c28669

Please sign in to comment.