mirror of
https://github.com/nodejs/node.git
synced 2025-05-21 06:53:52 +00:00

Windows would die with ECONNRESET most times when running this particular test. This commit makes handling these errors more tolerable. PR-URL: https://github.com/nodejs/node/pull/4442 Reviewed-By: Fedor Indutny <fedor.indutny@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com>
25 lines
719 B
Plaintext
25 lines
719 B
Plaintext
prefix parallel
|
|
|
|
# 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-cluster-net-send : PASS,FLAKY
|
|
test-cluster-shared-leak : PASS,FLAKY
|
|
test-debug-no-context : PASS,FLAKY
|
|
test-tls-ticket-cluster : PASS,FLAKY
|
|
|
|
[$system==linux]
|
|
test-http-client-timeout-event : PASS,FLAKY
|
|
test-child-process-buffering : PASS,FLAKY
|
|
test-child-process-exit-code : PASS,FLAKY
|
|
|
|
[$system==macos]
|
|
|
|
[$system==solaris] # Also applies to SmartOS
|
|
|
|
[$system==freebsd]
|