From 581bfbef7016a78b4637e593bbc1428f9f0fab71 Mon Sep 17 00:00:00 2001 From: Victor Gomes Date: Mon, 3 Jun 2024 13:40:18 +0200 Subject: [PATCH] Skip the failing tests (#159) Co-authored-by: Rezvan Mahdavi Hezaveh # Conflicts: # test/parallel/parallel.status --- test/parallel/parallel.status | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/test/parallel/parallel.status b/test/parallel/parallel.status index 4df4d8d272a3b0..733b56cdbc5fbb 100644 --- a/test/parallel/parallel.status +++ b/test/parallel/parallel.status @@ -40,6 +40,7 @@ test-repl: SKIP # Temporarily disabled to land https://crrev.com/c/4507375 test-fs-write: SKIP +<<<<<<< HEAD # https://github.com/nodejs/node/issues/51862 test-fs-read-stream-concurrent-reads: PASS, FLAKY # Temporarily skip for https://crrev.com/c/2960211 @@ -50,6 +51,13 @@ test-npm-install: SKIP test-trace-events-all: SKIP test-trace-events-v8: SKIP # Skip test depending on always-true removed --harmony-atomics flag +======= +# 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 + +>>>>>>> ff1bdd5b82 (Skip the failing tests (#159)) # Skip tests depending on removed feature flags for SAB and Atomics test-worker-no-atomics: SKIP test-worker-no-sab: SKIP