From ac13246d6db5e43eeb4f0213e38f83fef3b0b331 Mon Sep 17 00:00:00 2001 From: SRAVANI GUNDEPALLI <88590399+sravani1510@users.noreply.github.com> Date: Mon, 17 Nov 2025 23:38:55 +0530 Subject: [PATCH] test: skip test that cause timeout on IBM i PR-URL: https://github.com/nodejs/node/pull/60700 Reviewed-By: Colin Ihrig Reviewed-By: Luigi Pinca Reviewed-By: Richard Lau --- test/parallel/parallel.status | 1 + 1 file changed, 1 insertion(+) diff --git a/test/parallel/parallel.status b/test/parallel/parallel.status index 5799eb27d2..8bf4ae46f2 100644 --- a/test/parallel/parallel.status +++ b/test/parallel/parallel.status @@ -134,6 +134,7 @@ test-http2-allow-http1-upgrade-ws: SKIP test-inspector-network-websocket: SKIP test-tls-set-default-ca-certificates-append-fetch: SKIP test-tls-set-default-ca-certificates-reset-fetch: SKIP +test-inspector-invalid-protocol: SKIP [$asan==on] # https://github.com/nodejs/node/issues/39655