1prefix node-api
2
3# To mark a test as flaky, list the test name in the appropriate section
4# below, without ".js", followed by ": PASS,FLAKY". Example:
5# sample-test                        : PASS,FLAKY
6
7[true] # This section applies to all platforms
8
9[$system==win32]
10
11[$system==solaris] # Also applies to SmartOS
12# https://github.com/nodejs/node/issues/43457
13test_fatal/test_threads: PASS,FLAKY
14test_fatal/test_threads_report: PASS,FLAKY
15