Skip to content

Commit

Permalink
test: skip test-diagnostics-channel-memory-leak.js
Browse files Browse the repository at this point in the history
  • Loading branch information
codebytere committed Jan 10, 2024
1 parent a9146ec commit 9adba78
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions patches/node/test_formally_mark_some_tests_as_flaky.patch
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ Instead of disabling the tests, flag them as flaky so they still run
but don't cause CI failures on flakes.

diff --git a/test/parallel/parallel.status b/test/parallel/parallel.status
index fa425fdcfc475ba2d5ba9a2492ea4481914a7cce..840c2f657467ede0e3737ea1aee55e07e39f353a 100644
index 4c29730e78a07f5fa247900ae1bfbc9cb3bfdd0a..d19fb4a1f0e6a1efaff05e8faf638cff7e0c2255 100644
--- a/test/parallel/parallel.status
+++ b/test/parallel/parallel.status
@@ -5,6 +5,13 @@ prefix parallel
# sample-test : PASS,FLAKY

[true] # This section applies to all platforms
@@ -8,6 +8,13 @@ prefix parallel
# https://github.com/nodejs/node/pull/50327
# Currently there's no reliable way to test it.
test-diagnostics-channel-memory-leak: SKIP
+test-inspector-multisession-ws: PASS, FLAKY
+test-heapsnapshot-near-heap-limit-by-api-in-worker: PASS, FLAKY
+test-heapsnapshot-near-heap-limit-worker: PASS, FLAKY
Expand Down

0 comments on commit 9adba78

Please sign in to comment.