mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
A few tests have started failing on Raspberry Pi devices in CI. https://ci.nodejs.org/job/node-test-binary-arm/943/ PR-URL: https://github.com/nodejs/node/pull/5082 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Roman Klauke <romaaan.git@gmail.com> Ref: https://github.com/nodejs/node/issues/4830 Ref: https://github.com/nodejs/node/issues/3635 Ref: https://github.com/nodejs/node/issues/4526
22 lines
494 B
Plaintext
22 lines
494 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
|
|
test-dgram-pingpong : PASS,FLAKY
|
|
test-http-regr-gh-2928 : PASS,FLAKY
|
|
|
|
[$system==macos]
|
|
|
|
[$system==solaris] # Also applies to SmartOS
|
|
|
|
[$system==freebsd]
|
|
|