mirror of
https://github.com/nodejs/node.git
synced 2025-04-28 21:46:48 +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>
35 lines
1023 B
Plaintext
35 lines
1023 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
|
|
# This test will be flaky until https://github.com/libuv/libuv/pull/1742 lands
|
|
# on Node.js.
|
|
test-fs-readfile-tostring-fail: PASS, FLAKY
|
|
# https://github.com/nodejs/node/issues/23066
|
|
test-gc-http-client-timeout: PASS, FLAKY
|
|
# https://github.com/nodejs/node/issues/22336
|
|
test-gc-http-client: PASS,FLAKY
|
|
# https://github.com/nodejs/node/issues/23067
|
|
test-gc-net-timeout: PASS,FLAKY
|
|
# https://github.com/nodejs/node/issues/23089
|
|
test-gc-http-client-onerror: PASS,FLAKY
|
|
# https://github.com/nodejs/node/issues/23219
|
|
test-gc-http-client-connaborted: PASS,FLAKY
|
|
|
|
[$system==win32]
|
|
# https://github.com/nodejs/node/issues/22327
|
|
test-http2-large-file: PASS, FLAKY
|
|
|
|
[$system==linux]
|
|
|
|
[$system==macos]
|
|
|
|
[$system==solaris] # Also applies to SmartOS
|
|
|
|
[$system==freebsd]
|
|
|
|
[$system==aix]
|