2015-08-18 14:04:14 +02:00
|
|
|
prefix parallel
|
|
|
|
|
|
|
|
# To mark a test as flaky, list the test name in the appropriate section
|
|
|
|
# below, without ".js", followed by ": PASS,FLAKY". Example:
|
2015-11-24 08:31:11 -08:00
|
|
|
# sample-test : PASS,FLAKY
|
2015-08-18 14:04:14 +02:00
|
|
|
|
|
|
|
[true] # This section applies to all platforms
|
|
|
|
|
|
|
|
[$system==win32]
|
2016-02-12 14:27:40 -08:00
|
|
|
test-debug-no-context : PASS,FLAKY
|
|
|
|
test-tls-ticket-cluster : PASS,FLAKY
|
|
|
|
test-tick-processor : PASS,FLAKY
|
2015-08-18 14:04:14 +02:00
|
|
|
|
|
|
|
[$system==linux]
|
2016-02-12 14:27:40 -08:00
|
|
|
test-http-agent : PASS,FLAKY
|
|
|
|
test-tick-processor : PASS,FLAKY
|
2015-08-18 14:04:14 +02:00
|
|
|
|
|
|
|
[$system==macos]
|
|
|
|
|
|
|
|
[$system==solaris] # Also applies to SmartOS
|
|
|
|
|
|
|
|
[$system==freebsd]
|