Skip to content

Commit 25f2f27

Browse files
authored
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 a077bb8 commit 25f2f27

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
@@ -123,6 +123,14 @@ test-tls-client-mindhsize: PASS, FLAKY
123123
test-tls-write-error: PASS, FLAKY
124124
# https://github.com/nodejs/node/issues/48047
125125
test-http-pipeline-flood: SKIP
126+
# https://github.com/nodejs/node/issues/58582
127+
test-http-proxy-fetch: PASS, FLAKY
128+
test-https-proxy-fetch: PASS, FLAKY
129+
test-inspector-network-fetch: PASS, FLAKY
130+
test-fetch: PASS, FLAKY
131+
test-without-async-context-frame: PASS, FLAKY
132+
test-process-cpuUsage: PASS, FLAKY
133+
126134

127135
[$asan==on]
128136
# 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)