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
|
|
|
|
|
|
|
|
[$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
|
2019-12-08 01:24:58 +00:00
|
|
|
# https://github.com/nodejs/node/issues/26401
|
|
|
|
test-worker-prof: PASS, FLAKY
|
2015-08-18 14:04:14 +02:00
|
|
|
|
|
|
|
[$system==linux]
|
|
|
|
|
|
|
|
[$system==macos]
|
2020-03-10 22:35:14 -04:00
|
|
|
# https://github.com/nodejs/node/issues/21781
|
|
|
|
test-timers-blocking-callback: PASS, FLAKY
|
2015-08-18 14:04:14 +02:00
|
|
|
|
|
|
|
[$system==solaris] # Also applies to SmartOS
|
|
|
|
|
|
|
|
[$system==freebsd]
|
|
|
|
|
2016-02-10 15:56:26 -05:00
|
|
|
[$system==aix]
|
2019-08-08 11:01:42 -07:00
|
|
|
# https://github.com/nodejs/node/pull/29054
|
2019-06-28 09:36:30 -07:00
|
|
|
test-buffer-creation-regression: SKIP
|
2018-10-13 10:20:02 -04:00
|
|
|
|
2019-12-06 01:08:57 -06:00
|
|
|
[$system==ibmi]
|
|
|
|
# https://github.com/nodejs/node/pull/29054
|
|
|
|
test-buffer-creation-regression: SKIP
|
|
|
|
# https://github.com/nodejs/node/pull/30819
|
|
|
|
test-perf-hooks: SKIP
|
|
|
|
|
2018-10-13 10:20:02 -04:00
|
|
|
[$arch==arm]
|
2020-04-13 14:00:55 -07:00
|
|
|
# https://github.com/nodejs/node/issues/26401#issuecomment-613095719
|
|
|
|
test-worker-prof: PASS, FLAKY
|