File tree Expand file tree Collapse file tree 2 files changed +12
-3
lines changed Expand file tree Collapse file tree 2 files changed +12
-3
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -136,15 +136,16 @@ test-tls-write-error: PASS, FLAKY
136136# https://github.com/nodejs/node/issues/48047
137137test-http-pipeline-flood: SKIP
138138# https://github.com/nodejs/node/issues/58582
139- test-http-proxy-fetch: SKIP
140- test-https-proxy-fetch: SKIP
141139test-inspector-network-fetch: SKIP
142140test-inspector-network-content-type: SKIP
143141test-fetch: SKIP
144142test-without-async-context-frame: SKIP
145143test-process-cpuUsage: PASS, FLAKY
146144test-web-locks: SKIP
147-
145+ test-http2-allow-http1-upgrade-ws: SKIP
146+ test-inspector-network-websocket: SKIP
147+ test-tls-set-default-ca-certificates-append-fetch: SKIP
148+ test-tls-set-default-ca-certificates-reset-fetch: SKIP
148149
149150[$asan==on]
150151# https://github.com/nodejs/node/issues/39655
You can’t perform that action at this time.
0 commit comments