mirror of https://github.com/nodejs/node.git
12 lines
356 B
Plaintext
12 lines
356 B
Plaintext
|
prefix abort
|
||
|
|
||
|
# 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==ibmi]
|
||
|
# https://github.com/nodejs/node/issues/34410
|
||
|
test-addon-register-signal-handler: PASS,FLAKY
|