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-10-01 19:35:37 -04:00
|
|
|
# https://github.com/nodejs/node/issues/22336
|
|
|
|
test-gc-http-client: PASS,FLAKY
|
2015-08-18 14:04:14 +02:00
|
|
|
|
|
|
|
[$system==win32]
|
2018-10-01 19:35:37 -04:00
|
|
|
# https://github.com/nodejs/node/issues/22327
|
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]
|