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>
This commit is contained in:
Michael Dawson 2019-01-30 15:55:19 -05:00
parent 406329de57
commit c369b3e929

View File

@ -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