summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorMichael Dawson <michael_dawson@ca.ibm.com>2019-01-30 15:55:19 -0500
committerMichael Dawson <michael_dawson@ca.ibm.com>2019-02-01 16:44:01 -0500
commitc369b3e9297d11f1b761409ce7b429c5de9dcb92 (patch)
tree1dd4279f31070ad01ffcfbfdd3dd60cd18c3ec68 /test
parent406329de577d9604e8b1dce9c5a5161e8cb33e25 (diff)
downloadandroid-node-v8-c369b3e9297d11f1b761409ce7b429c5de9dcb92.tar.gz
android-node-v8-c369b3e9297d11f1b761409ce7b429c5de9dcb92.tar.bz2
android-node-v8-c369b3e9297d11f1b761409ce7b429c5de9dcb92.zip
test: exclude additional test for coverage
Exclude async-hooks/test-callback-error as it seems to fail consistently when run with coverage on the docker ubuntu16 machines we plan to run the coverage sanity test on. PR-URL: https://github.com/nodejs/node/pull/25833 Reviewed-By: Daniel Bevenius <daniel.bevenius@gmail.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Ben Coe <bencoe@gmail.com>
Diffstat (limited to 'test')
-rw-r--r--test/root.status1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/root.status b/test/root.status
index 6d5bc44491..b0f72f9eda 100644
--- a/test/root.status
+++ b/test/root.status
@@ -161,5 +161,6 @@ sequential/test-pipe: SLOW
sequential/test-util-debug: SLOW
[$type==coverage]
+async-hooks/test-callback-error: PASS,FAIL,CRASH
js-native-api/test_function/test: PASS,FAIL,CRASH
js-native-api/test_general/testFinalizer: PASS,FAIL,CRASH