From 21e78c6dc6b63c09155e0d83c9a446150d37e141 Mon Sep 17 00:00:00 2001 From: Adam Klein Date: Fri, 14 Apr 2023 14:16:42 -0700 Subject: [PATCH] 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. --- test/parallel/parallel.status | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/parallel/parallel.status b/test/parallel/parallel.status index ed96004a3ad7be..dd79d5b7ee34a8 100644 --- a/test/parallel/parallel.status +++ b/test/parallel/parallel.status @@ -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