From 84197eaae0be9b642081dc6a8ae49c6965ee1e33 Mon Sep 17 00:00:00 2001 From: Myles Borins Date: Tue, 10 Mar 2020 22:35:14 -0400 Subject: [PATCH] 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 Reviewed-By: Beth Griggs --- test/sequential/sequential.status | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/sequential/sequential.status b/test/sequential/sequential.status index 9fc935f00d96ab..3d432b7bbb0dd3 100644 --- a/test/sequential/sequential.status +++ b/test/sequential/sequential.status @@ -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