From 91bdc35dc2812755c08b98a49518cb5e76649ae5 Mon Sep 17 00:00:00 2001 From: Myles Borins Date: Tue, 31 Mar 2020 18:23:15 -0400 Subject: [PATCH] test: add test-worker-prof to the SLOW list for debug Consistently failing on ubuntu1804_sharedlibs_debug_x64 Refs: https://github.com/nodejs/node/issues/26401 --- test/root.status | 1 + 1 file changed, 1 insertion(+) diff --git a/test/root.status b/test/root.status index 43e4aea29d9c4c..85d907b1f9cc07 100644 --- a/test/root.status +++ b/test/root.status @@ -153,6 +153,7 @@ sequential/test-inspector-port-cluster: SLOW sequential/test-net-bytes-per-incoming-chunk-overhead: SLOW sequential/test-pipe: SLOW sequential/test-util-debug: SLOW +sequential/test-worker-prof: SLOW [$type==coverage] async-hooks/test-callback-error: PASS,FAIL,CRASH