From 22e0514986613b60ebd3c8e268f4f1b3ce974eec Mon Sep 17 00:00:00 2001 From: Adam Klein Date: Fri, 14 Apr 2023 15:29:03 -0700 Subject: [PATCH] Skip test-worker-no-sab --- test/parallel/parallel.status | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/parallel/parallel.status b/test/parallel/parallel.status index 5a29308fbb0822..7f9c8aebbecf51 100644 --- a/test/parallel/parallel.status +++ b/test/parallel/parallel.status @@ -28,8 +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 +# Skip tests depending on removed feature flags for SAB and Atomics test-worker-no-atomics: SKIP +test-worker-no-sab: SKIP # Temporarily skip for https://crrev.com/c/2974772 test-util-inspect: SKIP