From dae64eca3c25f66c59bff42a6acd2187d1076c2b 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 90f5ae4a836787..61e92c8ed2eeb2 100644 --- a/test/parallel/parallel.status +++ b/test/parallel/parallel.status @@ -37,6 +37,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