mirror of
https://github.com/nodejs/node.git
synced 2024-11-29 23:16:30 +01:00
e00e77e857
This is only for 10.15 but this test is periodically failing across many CI runs. Would like to mark this as flaky so we can avoid lots of red CI. Refs: https://github.com/nodejs/node/issues/21781 PR-URL: https://github.com/nodejs/node/pull/32189 Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com> Reviewed-By: Beth Griggs <Bethany.Griggs@uk.ibm.com>
36 lines
893 B
Plaintext
36 lines
893 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]
|
|
# https://github.com/nodejs/node/issues/22327
|
|
test-http2-large-file: PASS, FLAKY
|
|
# https://github.com/nodejs/node/issues/26401
|
|
test-worker-prof: PASS, FLAKY
|
|
|
|
[$system==linux]
|
|
|
|
[$system==macos]
|
|
# https://github.com/nodejs/node/issues/21781
|
|
test-timers-blocking-callback: PASS, FLAKY
|
|
|
|
[$system==solaris] # Also applies to SmartOS
|
|
|
|
[$system==freebsd]
|
|
|
|
[$system==aix]
|
|
# https://github.com/nodejs/node/pull/29054
|
|
test-buffer-creation-regression: SKIP
|
|
|
|
[$system==ibmi]
|
|
# https://github.com/nodejs/node/pull/29054
|
|
test-buffer-creation-regression: SKIP
|
|
# https://github.com/nodejs/node/pull/30819
|
|
test-perf-hooks: SKIP
|
|
|
|
[$arch==arm]
|