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 Nov 8, 2023
1 parent 5b8dd70 commit 41bf67b
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 @@ -31,6 +31,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 41bf67b

Please sign in to comment.