From d0f236d1d02f062e7a66fbfac05150dbe1041d85 Mon Sep 17 00:00:00 2001 From: Joyee Cheung Date: Wed, 15 Aug 2018 08:09:25 +0800 Subject: [PATCH] test: mark async-hooks/test-statwatcher as flaky Refs: https://github.com/nodejs/node/issues/21425 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 | 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]