Skip to content

Commit 01d5fe8

Browse files
ajkleinvictorgomes
authored andcommitted
Skip test depending on always-true removed --harmony-atomics flag (#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.
1 parent 677d92f commit 01d5fe8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/parallel/parallel.status

+3
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ test-repl-mode: SKIP
3131
# Temporarily disabled to land https://crrev.com/c/3799431
3232
test-repl: SKIP
3333

34+
# Skip test depending on always-true removed --harmony-atomics flag
35+
test-worker-no-atomics: SKIP
36+
3437
# Temporarily skip for https://crrev.com/c/2974772
3538
test-util-inspect: SKIP
3639

0 commit comments

Comments
 (0)