Skip to content

Commit 712cee9

Browse files
authored
test: skip tests that cause timeouts on IBM i
PR-URL: #60148 Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Colin Ihrig <[email protected]>
1 parent ad2c1bf commit 712cee9

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

test/client-proxy/client-proxy.status

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,11 @@ prefix client-proxy
55
# sample-test : PASS,FLAKY
66

77
[true] # This section applies to all platforms
8+
9+
10+
[$system==ibmi]
11+
# https://github.com/nodejs/node/issues/58582
12+
test-http-proxy-fetch: SKIP
13+
test-https-proxy-fetch: SKIP
14+
test-use-env-proxy-cli-http: SKIP
15+
test-use-env-proxy-cli-https: SKIP

test/parallel/parallel.status

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -134,15 +134,16 @@ test-tls-write-error: PASS, FLAKY
134134
# https://github.com/nodejs/node/issues/48047
135135
test-http-pipeline-flood: SKIP
136136
# https://github.com/nodejs/node/issues/58582
137-
test-http-proxy-fetch: SKIP
138-
test-https-proxy-fetch: SKIP
139137
test-inspector-network-fetch: SKIP
140138
test-inspector-network-content-type: SKIP
141139
test-fetch: SKIP
142140
test-without-async-context-frame: SKIP
143141
test-process-cpuUsage: PASS, FLAKY
144142
test-web-locks: SKIP
145-
143+
test-http2-allow-http1-upgrade-ws: SKIP
144+
test-inspector-network-websocket: SKIP
145+
test-tls-set-default-ca-certificates-append-fetch: SKIP
146+
test-tls-set-default-ca-certificates-reset-fetch: SKIP
146147

147148
[$asan==on]
148149
# https://github.com/nodejs/node/issues/39655

0 commit comments

Comments
 (0)