mirror of
https://github.com/nodejs/node.git
synced 2024-12-01 16:10:02 +01:00
5778f2b254
`test-http-regr-gh-2928` is flay on SmartOS in CI. Refs: https://github.com/nodejs/node/issues/5264 PR-URL: https://github.com/nodejs/node/pull/5280 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: James M Snell <jasnell@gmail.com>
27 lines
743 B
Plaintext
27 lines
743 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]
|
|
|
|
[$system==linux]
|
|
test-vm-syntax-error-stderr : PASS,FLAKY
|
|
|
|
[$system==macos]
|
|
|
|
[$system==solaris] # Also applies to SmartOS
|
|
test-http-regr-gh-2928 : PASS,FLAKY
|
|
|
|
[$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
|