mirror of
https://github.com/nodejs/node.git
synced 2025-05-08 02:52:29 +00:00

PR-URL: https://github.com/nodejs/node/pull/23208 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
29 lines
694 B
Plaintext
29 lines
694 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
|
|
# https://github.com/nodejs/node/issues/22865
|
|
test-trace-events-fs-sync: PASS,FLAKY
|
|
# https://github.com/nodejs/node/issues/23207
|
|
test-net-connect-options-port: PASS,FLAKY
|
|
|
|
[$system==win32]
|
|
test-http2-pipe: PASS,FLAKY
|
|
test-worker-syntax-error: PASS,FLAKY
|
|
test-worker-syntax-error-file: PASS,FLAKY
|
|
|
|
[$system==linux]
|
|
|
|
[$system==macos]
|
|
|
|
[$arch==arm || $arch==arm64]
|
|
|
|
[$system==solaris] # Also applies to SmartOS
|
|
|
|
[$system==freebsd]
|
|
|
|
[$system==aix]
|