mirror of
https://github.com/nodejs/node.git
synced 2025-08-15 13:48:44 +02:00

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>
35 lines
893 B
Text
35 lines
893 B
Text
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]
|