summaryrefslogtreecommitdiff
path: root/test/async-hooks
diff options
context:
space:
mode:
authorJoyee Cheung <joyeec9h3@gmail.com>2018-08-15 08:09:25 +0800
committerJoyee Cheung <joyeec9h3@gmail.com>2018-08-15 22:47:50 +0800
commitb87cb5da44f219dfcd2e2c4757eb5a206ef3b702 (patch)
tree1ee44e160050351e42b9a617afc529cc909abda9 /test/async-hooks
parent0257fd7ce91660b1f85b1a90a7d7acf0b90384ce (diff)
downloadandroid-node-v8-b87cb5da44f219dfcd2e2c4757eb5a206ef3b702.tar.gz
android-node-v8-b87cb5da44f219dfcd2e2c4757eb5a206ef3b702.tar.bz2
android-node-v8-b87cb5da44f219dfcd2e2c4757eb5a206ef3b702.zip
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 <rod@vagg.org> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Refael Ackermann <refack@gmail.com>
Diffstat (limited to 'test/async-hooks')
-rw-r--r--test/async-hooks/async-hooks.status4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/async-hooks/async-hooks.status b/test/async-hooks/async-hooks.status
index 7f36d5a78a..e540645e54 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]