From c369b3e9297d11f1b761409ce7b429c5de9dcb92 Mon Sep 17 00:00:00 2001 From: Michael Dawson Date: Wed, 30 Jan 2019 15:55:19 -0500 Subject: 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 Reviewed-By: Richard Lau Reviewed-By: Ben Coe --- test/root.status | 1 + 1 file changed, 1 insertion(+) (limited to 'test') 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 -- cgit v1.2.3