Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
test: skip tests that cause timeouts on IBM i
  • Loading branch information
sravani1510 committed Oct 7, 2025
commit bd0b74272fd2ffcc557d45da7113d8f98ff64360
8 changes: 8 additions & 0 deletions test/client-proxy/client-proxy.status
Original file line number Diff line number Diff line change
Expand Up @@ -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
7 changes: 4 additions & 3 deletions test/parallel/parallel.status
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading