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#50220
  • Loading branch information
StefanStojanovic committed Oct 18, 2023
1 parent f971106 commit 423f2c1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/parallel/parallel.status
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ test-crypto-keygen: PASS,FLAKY
# https://github.com/nodejs/node/issues/41201
test-fs-rmdir-recursive: 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 423f2c1

Please sign in to comment.