Skip to content

Commit 0443d12

Browse files
committed
test: skip test-diagnostics-channel-memory-leak.js
nodejs/node#50327
1 parent 6b5acd5 commit 0443d12

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

patches/node/test_formally_mark_some_tests_as_flaky.patch

+5-5
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ Instead of disabling the tests, flag them as flaky so they still run
77
but don't cause CI failures on flakes.
88

99
diff --git a/test/parallel/parallel.status b/test/parallel/parallel.status
10-
index fa425fdcfc475ba2d5ba9a2492ea4481914a7cce..840c2f657467ede0e3737ea1aee55e07e39f353a 100644
10+
index 4c29730e78a07f5fa247900ae1bfbc9cb3bfdd0a..d19fb4a1f0e6a1efaff05e8faf638cff7e0c2255 100644
1111
--- a/test/parallel/parallel.status
1212
+++ b/test/parallel/parallel.status
13-
@@ -5,6 +5,13 @@ prefix parallel
14-
# sample-test : PASS,FLAKY
15-
16-
[true] # This section applies to all platforms
13+
@@ -8,6 +8,13 @@ prefix parallel
14+
# https://github.com/nodejs/node/pull/50327
15+
# Currently there's no reliable way to test it.
16+
test-diagnostics-channel-memory-leak: SKIP
1717
+test-inspector-multisession-ws: PASS, FLAKY
1818
+test-heapsnapshot-near-heap-limit-by-api-in-worker: PASS, FLAKY
1919
+test-heapsnapshot-near-heap-limit-worker: PASS, FLAKY

0 commit comments

Comments
 (0)