From 3b9d565107520ce953957b8ec988ed7a92f4cf01 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 --- 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