Skip to content

Commit

Permalink
Skip test depending on always-true removed --harmony-atomics flag (no…
Browse files Browse the repository at this point in the history
…dejs#155)

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.
# Conflicts:
#	test/parallel/parallel.status
  • Loading branch information
victorgomes committed Aug 13, 2024
1 parent ab3bb52 commit 3efab1a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/parallel/parallel.status
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ test-npm-install: SKIP
# Temporarily skip for https://crrev.com/c/3487548
test-trace-events-all: SKIP
test-trace-events-v8: 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 3efab1a

Please sign in to comment.