From ff1bdd5b829435cc6a2cc8f113ee5d3fad86a1ee Mon Sep 17 00:00:00 2001 From: Rezvan Mahdavi Hezaveh <31081679+rmahdav@users.noreply.github.com> Date: Tue, 27 Jun 2023 08:43:18 -0700 Subject: [PATCH] Skip the failing tests (#159) Co-authored-by: Rezvan Mahdavi Hezaveh --- test/parallel/parallel.status | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/test/parallel/parallel.status b/test/parallel/parallel.status index 14584e085493ff..ed3fdc138d82ea 100644 --- a/test/parallel/parallel.status +++ b/test/parallel/parallel.status @@ -39,6 +39,11 @@ test-repl: SKIP # Temporarily disabled to land https://crrev.com/c/4507375 test-fs-write: SKIP +# Skip failed tests related to iterator helpers +# https://bugs.chromium.org/p/v8/issues/detail?id=13558 +test-repl-tab-complete: SKIP +test-shadow-realm-globals: SKIP + # Skip tests depending on removed feature flags for SAB and Atomics test-worker-no-atomics: SKIP test-worker-no-sab: SKIP