mirror of https://github.com/nodejs/node.git
test: mark test-timers-blocking-callback flaky on osx
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>
This commit is contained in:
parent
d5674fd482
commit
e00e77e857
|
@ -15,6 +15,8 @@ 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
|
||||
|
||||
|
|
Loading…
Reference in New Issue