From 71075f815539ae8c1e05d96f5b6da89e32937d92 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 f2d7afabb005c4..35f01360415be1 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