We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0f0291 commit d80ec0dCopy full SHA for d80ec0d
2 files changed
test/client-proxy/client-proxy.status
@@ -5,3 +5,11 @@ prefix client-proxy
5
# sample-test : PASS,FLAKY
6
7
[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
@@ -136,15 +136,16 @@ test-tls-write-error: PASS, FLAKY
136
# https://github.com/nodejs/node/issues/48047
137
test-http-pipeline-flood: SKIP
138
# https://github.com/nodejs/node/issues/58582
139
-test-http-proxy-fetch: SKIP
140
-test-https-proxy-fetch: SKIP
141
test-inspector-network-fetch: SKIP
142
test-inspector-network-content-type: SKIP
143
test-fetch: SKIP
144
test-without-async-context-frame: SKIP
145
test-process-cpuUsage: PASS, FLAKY
146
test-web-locks: SKIP
147
-
+test-http2-allow-http1-upgrade-ws: SKIP
+test-inspector-network-websocket: SKIP
+test-tls-set-default-ca-certificates-append-fetch: SKIP
148
+test-tls-set-default-ca-certificates-reset-fetch: SKIP
149
150
[$asan==on]
151
# https://github.com/nodejs/node/issues/39655
0 commit comments