From 4b134bc10987ff20d2fb3f4c253f6628aa8882f5 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 56cef2dfc1e02a..0d8893a4e6f53a 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