diff --git a/test/client-proxy/client-proxy.status b/test/client-proxy/client-proxy.status index 33cdae9612b2af..69da67d3614856 100644 --- a/test/client-proxy/client-proxy.status +++ b/test/client-proxy/client-proxy.status @@ -5,3 +5,11 @@ prefix client-proxy # sample-test : PASS,FLAKY [true] # This section applies to all platforms + + +[$system==ibmi] +# https://github.com/nodejs/node/issues/58582 +test-http-proxy-fetch: SKIP +test-https-proxy-fetch: SKIP +test-use-env-proxy-cli-http: SKIP +test-use-env-proxy-cli-https: SKIP diff --git a/test/parallel/parallel.status b/test/parallel/parallel.status index 0036beb318df22..5cb15393e42d4f 100644 --- a/test/parallel/parallel.status +++ b/test/parallel/parallel.status @@ -134,15 +134,16 @@ test-tls-write-error: PASS, FLAKY # https://github.com/nodejs/node/issues/48047 test-http-pipeline-flood: SKIP # https://github.com/nodejs/node/issues/58582 -test-http-proxy-fetch: SKIP -test-https-proxy-fetch: SKIP test-inspector-network-fetch: SKIP test-inspector-network-content-type: SKIP test-fetch: SKIP test-without-async-context-frame: SKIP test-process-cpuUsage: PASS, FLAKY test-web-locks: SKIP - +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 [$asan==on] # https://github.com/nodejs/node/issues/39655