mirror of
https://github.com/nodejs/node.git
synced 2024-11-21 10:59:27 +00:00
12 lines
376 B
Plaintext
12 lines
376 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
|