test: mark timeouts & flaky test as flaky on IBM i · nodejs/node@d3fea00

3 files changed

lines changed

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

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

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