From ca2662012eb157ec97885840f869201ca998c937 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 PR-URL: https://github.com/nodejs/node/pull/32589 Reviewed-By: Richard Lau Reviewed-By: Gireesh Punathil Reviewed-By: Sam Roberts --- 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