From 32b5e0044c9d54b52161bca871519ef80db53abd Mon Sep 17 00:00:00 2001 From: Joyee Cheung Date: Wed, 15 Aug 2018 08:11:25 +0800 Subject: [PATCH] test: mark async-hooks/test-callback-error as flaky Refs: https://github.com/nodejs/node/issues/15985 PR-URL: https://github.com/nodejs/node/pull/22330 Reviewed-By: Rod Vagg Reviewed-By: Colin Ihrig Reviewed-By: Refael Ackermann --- test/async-hooks/async-hooks.status | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/async-hooks/async-hooks.status b/test/async-hooks/async-hooks.status index e540645e544a88..d3010612280638 100644 --- a/test/async-hooks/async-hooks.status +++ b/test/async-hooks/async-hooks.status @@ -13,6 +13,8 @@ test-statwatcher: PASS,FLAKY [$system==linux] # https://github.com/nodejs/node/issues/21425 test-statwatcher: PASS,FLAKY +# https://github.com/nodejs/node/issues/15985 +test-callback-error: PASS,FLAKY [$system==macos]