mirror of
https://github.com/nodejs/node.git
synced 2025-05-02 20:46:16 +00:00

The flakiness issue for test-http-regr-gh-2928 on SmartOS was resolved in late February in https://github.com/nodejs/node/pull/5454. This change removes its flaky designation in sequential.status. PR-URL: https://github.com/nodejs/node/pull/6540 Reviewed-By: James M Snell <jasnell@gmail.com>
25 lines
661 B
Plaintext
25 lines
661 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]
|
|
|
|
[$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
|