mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
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: https://github.com/nodejs/node/pull/58583 Refs: https://github.com/nodejs/node/issues/58582 Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com> Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
16 lines
479 B
Plaintext
16 lines
479 B
Plaintext
prefix report
|
|
|
|
# To mark a test as flaky, list the test name in the appropriate section
|
|
# below, without ".js", followed by ": PASS,FLAKY". Example:
|
|
# sample-test : PASS,FLAKY
|
|
|
|
[true] # This section applies to all platforms
|
|
|
|
[$system==solaris] # Also applies to SmartOS
|
|
# https://github.com/nodejs/node/issues/43457
|
|
test-report-fatal-error: PASS, FLAKY
|
|
|
|
[$system==ibmi]
|
|
# https://github.com/nodejs/node/issues/58582
|
|
test-report-exclude-network: PASS,FLAKY
|