mirror of
https://github.com/oven-sh/bun
synced 2026-02-15 05:12:29 +00:00
Co-authored-by: Kai Tamkun <kai@tamkun.io> Co-authored-by: Jarred Sumner <jarred@jarredsumner.com> Co-authored-by: Ashcon Partovi <ashcon@partovi.net> Co-authored-by: Ciro Spaciari <ciro.spaciari@gmail.com> Co-authored-by: Dylan Conway <35280289+dylan-conway@users.noreply.github.com> Co-authored-by: 190n <190n@users.noreply.github.com>
15 lines
438 B
Plaintext
15 lines
438 B
Plaintext
prefix node-api
|
|
|
|
# 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==win32]
|
|
|
|
[$system==solaris] # Also applies to SmartOS
|
|
# https://github.com/nodejs/node/issues/43457
|
|
test_fatal/test_threads: PASS,FLAKY
|
|
test_fatal/test_threads_report: PASS,FLAKY
|