2015-08-18 14:04:14 +02:00
|
|
|
prefix sequential
|
|
|
|
|
|
|
|
# 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
|
2018-06-06 13:24:00 -07:00
|
|
|
# This test will be flaky until https://github.com/libuv/libuv/pull/1742 lands
|
|
|
|
# on Node.js.
|
|
|
|
test-fs-readfile-tostring-fail: PASS, FLAKY
|
2015-08-18 14:04:14 +02:00
|
|
|
|
|
|
|
[$system==win32]
|
2018-09-19 06:05:08 +01:00
|
|
|
test-http2-large-file: PASS, FLAKY
|
2015-08-18 14:04:14 +02:00
|
|
|
|
|
|
|
[$system==linux]
|
|
|
|
|
|
|
|
[$system==macos]
|
|
|
|
|
|
|
|
[$system==solaris] # Also applies to SmartOS
|
|
|
|
|
|
|
|
[$system==freebsd]
|
|
|
|
|
2016-02-10 15:56:26 -05:00
|
|
|
[$system==aix]
|