Skip to content

Commit

Permalink
Skip test depending on always-true removed --harmony-atomics flag (#155)
Browse files Browse the repository at this point in the history
The failing test is a regression test for nodejs#39717, which is about a crash that occurs when the flag is disabled. Given that that will no longer be possible once the flag is gone, this seems safe to disable forever.
  • Loading branch information
ajklein authored and victorgomes committed Sep 12, 2023
1 parent b9ce253 commit 4b134bc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/parallel/parallel.status
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ test-repl-mode: SKIP
# Temporarily disabled to land https://crrev.com/c/3799431
test-repl: SKIP

# Skip test depending on always-true removed --harmony-atomics flag
test-worker-no-atomics: SKIP

# Temporarily skip for https://crrev.com/c/2974772
test-util-inspect: SKIP

Expand Down

0 comments on commit 4b134bc

Please sign in to comment.