From e700a2e72c146d0c8ec28aa0edc1da8a22132763 Mon Sep 17 00:00:00 2001
From: avivkeller
Date: Sun, 26 Jul 2026 22:26:01 -0700
Subject: [PATCH] test: remove test-repl-user-error-handler from flaky
Signed-off-by: avivkeller
PR-URL: https://github.com/nodejs/node/pull/64631
Refs: https://github.com/v8/v8/commit/5177b10891e65108c1a19dfc56bff4e58d79d216
Reviewed-By: Daeyeon Jeong
Reviewed-By: Chengzhong Wu
---
test/parallel/parallel.status | 12 ------------
1 file changed, 12 deletions(-)
diff --git a/test/parallel/parallel.status b/test/parallel/parallel.status
index 695736b237b6..7b15183e2fdb 100644
--- a/test/parallel/parallel.status
+++ b/test/parallel/parallel.status
@@ -19,18 +19,6 @@ 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