node/test/parallel/parallel.status
Rich Trott d4b6643ac3 test: mark test-cli-node-options flaky on arm
Refs: https://github.com/nodejs/node/issues/25028

PR-URL: https://github.com/nodejs/node/pull/25032
Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Daijiro Wachi <daijiro.wachi@gmail.com>
2019-02-28 23:40:11 +11:00

27 lines
644 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
# Postmortem debugging data is prone to accidental removal during V8 updates.
test-postmortem-metadata: PASS,FLAKY
[$system==win32]
[$system==linux]
[$system==macos]
[$arch==arm || $arch==arm64]
test-npm-install: PASS,FLAKY
# https://github.com/nodejs/node/issues/25028
test-cli-node-options: PASS,FLAKY
[$system==solaris] # Also applies to SmartOS
[$system==freebsd]
[$system==aix]