From 7dd093e88893bbbd9ee6a173c54d4de390351640 Mon Sep 17 00:00:00 2001 From: Joyee Cheung Date: Wed, 15 Aug 2018 08:09:25 +0800 Subject: [PATCH 1/2] test: mark async-hooks/test-statwatcher as flaky Refs: https://github.com/nodejs/node/issues/21425 --- test/async-hooks/async-hooks.status | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/test/async-hooks/async-hooks.status b/test/async-hooks/async-hooks.status index 7f36d5a78a6e2b..e540645e544a88 100644 --- a/test/async-hooks/async-hooks.status +++ b/test/async-hooks/async-hooks.status @@ -7,8 +7,12 @@ prefix async-hooks [true] # This section applies to all platforms [$system==win32] +# https://github.com/nodejs/node/issues/21425 +test-statwatcher: PASS,FLAKY [$system==linux] +# https://github.com/nodejs/node/issues/21425 +test-statwatcher: PASS,FLAKY [$system==macos] From 248296a8641084fae0bb66130d10d691c5093f21 Mon Sep 17 00:00:00 2001 From: Joyee Cheung Date: Wed, 15 Aug 2018 08:11:25 +0800 Subject: [PATCH 2/2] test: mark async-hooks/test-callback-error as flaky Refs: https://github.com/nodejs/node/issues/15985 --- 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]