Skip to content

Commit 983affa

Browse files
abmusseaduh95
authored andcommitted
test: mark timeouts & flaky test as flaky on IBM i
Underlying issues still need to be investigated but this will prevent these failures from failing the daily builds. Timeouts: - parallel.test-http-proxy-fetch - parallel.test-https-proxy-fetch - benchmark.test-benchmark-websocket - parallel.test-inspector-network-fetch - es-module.test-wasm-web-api - parallel.test-fetch - parallel.test-without-async-context-frame - report.test-report-exclude-network Flaky test: - parallel.test-process-cpuUsage PR-URL: #58583 Refs: #58582 Reviewed-By: Joyee Cheung <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
1 parent 8319edb commit 983affa

File tree

3 files changed

+16
-0
lines changed

3 files changed

+16
-0
lines changed

test/es-module/es-module.status

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,7 @@ test-esm-loader-http-imports: PASS,FLAKY
1313
[$arch==arm || $arch==arm64]
1414
# https://github.com/nodejs/node/issues/47297
1515
test-wasm-web-api: SKIP
16+
17+
[$system==ibmi]
18+
# https://github.com/nodejs/node/issues/58582
19+
test-wasm-web-api: PASS,FLAKY

test/parallel/parallel.status

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,14 @@ test-tls-client-mindhsize: PASS, FLAKY
139139
test-tls-write-error: PASS, FLAKY
140140
# https://github.com/nodejs/node/issues/48047
141141
test-http-pipeline-flood: SKIP
142+
# https://github.com/nodejs/node/issues/58582
143+
test-http-proxy-fetch: PASS, FLAKY
144+
test-https-proxy-fetch: PASS, FLAKY
145+
test-inspector-network-fetch: PASS, FLAKY
146+
test-fetch: PASS, FLAKY
147+
test-without-async-context-frame: PASS, FLAKY
148+
test-process-cpuUsage: PASS, FLAKY
149+
142150

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

test/report/report.status

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,7 @@ prefix report
99
[$system==solaris] # Also applies to SmartOS
1010
# https://github.com/nodejs/node/issues/43457
1111
test-report-fatal-error: PASS, FLAKY
12+
13+
[$system==ibmi]
14+
# https://github.com/nodejs/node/issues/58582
15+
test-report-exclude-network: PASS,FLAKY

0 commit comments

Comments
 (0)
close