Skip to content

Commit 5901e39

Browse files
committed
Skip test depending on always-true removed --harmony-atomics flag (nodejs#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
1 parent b76f211 commit 5901e39

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/parallel/parallel.status

+2
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ test-npm-install: SKIP
4747
# Temporarily skip for https://crrev.com/c/3487548
4848
test-trace-events-all: SKIP
4949
test-trace-events-v8: SKIP
50+
# Skip test depending on always-true removed --harmony-atomics flag
51+
test-worker-no-atomics: SKIP
5052

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

0 commit comments

Comments
 (0)