summaryrefslogtreecommitdiff
path: root/test/async-hooks
diff options
context:
space:
mode:
authorJoyee Cheung <joyeec9h3@gmail.com>2018-08-15 08:11:25 +0800
committerJoyee Cheung <joyeec9h3@gmail.com>2018-08-15 22:47:51 +0800
commit59c8abf8862dfe0df8d19cee0de9597388e43737 (patch)
treeb9d4e0bef9241aec1afbbe53d0d4774d25d1aeac /test/async-hooks
parentb87cb5da44f219dfcd2e2c4757eb5a206ef3b702 (diff)
downloadandroid-node-v8-59c8abf8862dfe0df8d19cee0de9597388e43737.tar.gz
android-node-v8-59c8abf8862dfe0df8d19cee0de9597388e43737.tar.bz2
android-node-v8-59c8abf8862dfe0df8d19cee0de9597388e43737.zip
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 <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.status2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/async-hooks/async-hooks.status b/test/async-hooks/async-hooks.status
index e540645e54..d301061228 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]