GitHub Viewer
From 796acc8920060e62c3763c9a1288399adc283c85 Mon Sep 17 00:00:00 2001
From: Aviv Keller
Date: Sat, 25 Jul 2026 21:01:17 -0700
Subject: [PATCH] test: mark test-repl-user-error-handler as flaky
Signed-off-by: Aviv Keller
PR-URL: https://github.com/nodejs/node/pull/64612
Reviewed-By: James M Snell
Reviewed-By: Richard Lau
Reviewed-By: Daeyeon Jeong
---
test/parallel/parallel.status | 12 ++++++++++++
1 file changed, 12 insertions(+)
diff --git a/test/parallel/parallel.status b/test/parallel/parallel.status
index 7b15183e2fdb..695736b237b6 100644
--- a/test/parallel/parallel.status
+++ b/test/parallel/parallel.status
@@ -19,6 +19,18 @@ test-fs-read-stream-concurrent-reads: PASS, FLAKY
# https://github.com/nodejs/build/issues/3043
test-snapshot-incompatible: SKIP
+# There's a bug in CDP where `replMode: true` causes the Inspector
+# to collect its `Runtime.evaluate` promise before the evaluation
+# is complete. This test intentionally runs multiple REPL instances
+# in parallel, which significantly increases the likelihood of a
+# garbage collection occurring while an evaluation is still pending.
+# In normal usage, users typically don't create multiple REPLs
+# simultaneously, so this race is much much less likely to occur.
+# https://github.com/nodejs/node/issues/64595
+# https://issues.chromium.org/issues/536271637
+# https://ci.nodejs.org/job/node-stress-single-test/800 (38/1000)
+test-repl-user-error-handler: PASS, FLAKY
+
[$system==win32]
# https://github.com/nodejs/node/issues/59090
test-inspector-network-fetch: PASS, FLAKY