Skip to content

Commit 80bec9f

Browse files
sravani1510aduh95
authored andcommitted
test: skip tests that cause timeouts on IBM i
PR-URL: #60148 Reviewed-By: Richard Lau <richard.lau@ibm.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
1 parent 1d05b44 commit 80bec9f

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
@@ -150,15 +150,16 @@ test-tls-write-error: PASS, FLAKY
150150
# https://github.com/nodejs/node/issues/48047
151151
test-http-pipeline-flood: SKIP
152152
# https://github.com/nodejs/node/issues/58582
153-
test-http-proxy-fetch: SKIP
154-
test-https-proxy-fetch: SKIP
155153
test-inspector-network-fetch: SKIP
156154
test-inspector-network-content-type: SKIP
157155
test-fetch: SKIP
158156
test-without-async-context-frame: SKIP
159157
test-process-cpuUsage: PASS, FLAKY
160158
test-web-locks: SKIP
161-
159+
test-http2-allow-http1-upgrade-ws: SKIP
160+
test-inspector-network-websocket: SKIP
161+
test-tls-set-default-ca-certificates-append-fetch: SKIP
162+
test-tls-set-default-ca-certificates-reset-fetch: SKIP
162163

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

0 commit comments

Comments
 (0)