Skip to content

Commit b2cf9dd

Browse files
committed
test: skip tests that cause timeouts on IBM i
I missed adding a couple of test cases in my previous PR: #58583 We have to skip these instead of marking as flaky because the build still fails because the build detects that node process are left behind after the tests, presumably because tests that spawn child processes are being timed out and only the parent process is killed off, leaving the child processes behind. see: #59014 (comment) The tests being skipped are: - parallel.test-http-proxy-fetch - parallel.test-https-proxy-fetch - benchmark.test-benchmark-websocket - parallel.test-inspector-network-fetch - parallel.test-inspector-network-content-type - es-module.test-wasm-web-api - parallel.test-fetch - parallel.test-without-async-context-frame - report.test-report-exclude-network
1 parent 6dd8695 commit b2cf9dd

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

test/benchmark/benchmark.status

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ test-benchmark-crypto: PASS, FLAKY
2424
[$arch==arm]
2525

2626
[$system==ibmi]
27-
test-benchmark-websocket: PASS, FLAKY
27+
test-benchmark-websocket: SKIP

test/es-module/es-module.status

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ test-wasm-web-api: SKIP
1616

1717
[$system==ibmi]
1818
# https://github.com/nodejs/node/issues/58582
19-
test-wasm-web-api: PASS,FLAKY
19+
test-wasm-web-api: SKIP

test/parallel/parallel.status

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -127,12 +127,12 @@ test-tls-write-error: PASS, FLAKY
127127
# https://github.com/nodejs/node/issues/48047
128128
test-http-pipeline-flood: SKIP
129129
# https://github.com/nodejs/node/issues/58582
130-
test-http-proxy-fetch: PASS, FLAKY
131-
test-https-proxy-fetch: PASS, FLAKY
132-
test-inspector-network-fetch: PASS, FLAKY
133-
test-inspector-network-content-type: PASS, FLAKY
134-
test-fetch: PASS, FLAKY
135-
test-without-async-context-frame: PASS, FLAKY
130+
test-http-proxy-fetch: SKIP
131+
test-https-proxy-fetch: SKIP
132+
test-inspector-network-fetch: SKIP
133+
test-inspector-network-content-type: SKIP
134+
test-fetch: SKIP
135+
test-without-async-context-frame: SKIP
136136
test-process-cpuUsage: PASS, FLAKY
137137

138138

test/report/report.status

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ test-report-fatal-error: PASS, FLAKY
1212

1313
[$system==ibmi]
1414
# https://github.com/nodejs/node/issues/58582
15-
test-report-exclude-network: PASS,FLAKY
15+
test-report-exclude-network: SKIP

0 commit comments

Comments
 (0)