Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 68f6780

Browse filesBrowse 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 538a00c commit 68f6780
Copy full SHA for 68f6780

File tree

Expand file treeCollapse file tree

2 files changed

+12
-3
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

2 files changed

+12
-3
lines changed
Open diff view settings
Collapse file

‎test/client-proxy/client-proxy.status‎

Copy file name to clipboardExpand all lines: test/client-proxy/client-proxy.status
+8Lines 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
Collapse file

‎test/parallel/parallel.status‎

Copy file name to clipboardExpand all lines: test/parallel/parallel.status
+4-3Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -136,15 +136,16 @@ test-tls-write-error: PASS, FLAKY
136136
# https://github.com/nodejs/node/issues/48047
137137
test-http-pipeline-flood: SKIP
138138
# https://github.com/nodejs/node/issues/58582
139-
test-http-proxy-fetch: SKIP
140-
test-https-proxy-fetch: SKIP
141139
test-inspector-network-fetch: SKIP
142140
test-inspector-network-content-type: SKIP
143141
test-fetch: SKIP
144142
test-without-async-context-frame: SKIP
145143
test-process-cpuUsage: PASS, FLAKY
146144
test-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

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.