mirror of
https://github.com/nodejs/node.git
synced 2024-11-25 16:34:05 +01:00
a94a5da78c
Skip test-cluster-disconnect-handles on Windows. PR-URL: https://github.com/nodejs/node/pull/12261 Ref: https://github.com/nodejs/node/pull/12197#issuecomment-292228866 Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
22 lines
450 B
Plaintext
22 lines
450 B
Plaintext
prefix known_issues
|
|
|
|
# If a known issue does not apply to a platform, list the test name in the
|
|
# appropriate section below, without ".js", followed by ": SKIP". Example:
|
|
# sample-test : SKIP
|
|
|
|
[true] # This section applies to all platforms
|
|
|
|
[$system==win32]
|
|
test-stdout-buffer-flush-on-exit: SKIP
|
|
test-cluster-disconnect-handles: SKIP
|
|
|
|
[$system==linux]
|
|
|
|
[$system==macos]
|
|
|
|
[$system==solaris]
|
|
|
|
[$system==freebsd]
|
|
|
|
[$system==aix]
|