Skip to content

Commit

Permalink
Skip the failing tests (#159)
Browse files Browse the repository at this point in the history
Co-authored-by: Rezvan Mahdavi Hezaveh <[email protected]>
# Conflicts:
#	test/parallel/parallel.status
  • Loading branch information
victorgomes committed Aug 13, 2024
1 parent fe0c5a5 commit fe15ae5
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions test/parallel/parallel.status
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit fe15ae5

Please sign in to comment.