mirror of
https://github.com/nodejs/node.git
synced 2025-04-29 14:25:18 +00:00

sequential/test-benchmark-child-process is still failing sometimes flaky on Windows in CI. Mark it as flaky in sequential.status until it gets sorted. PR-URL: https://github.com/nodejs/node/pull/12561 Ref: https://github.com/nodejs/node/issues/12560 Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com> Reviewed-By: Daniel Bevenius <daniel.bevenius@gmail.com>
26 lines
704 B
Plaintext
26 lines
704 B
Plaintext
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]
|
|
test-benchmark-child-process : PASS,FLAKY
|
|
|
|
[$system==linux]
|
|
|
|
[$system==macos]
|
|
|
|
[$system==solaris] # Also applies to SmartOS
|
|
|
|
[$system==freebsd]
|
|
|
|
# fs-watch currently needs special configuration on AIX and we
|
|
# want to improve under https://github.com/nodejs/node/issues/5085.
|
|
# Tests are disabled so CI can be green and we can spot other
|
|
# regressions until this work is complete
|
|
[$system==aix]
|
|
test-fs-watch : FAIL,PASS
|