From 49c8829fdc27d2ba68baefec71166faac18a2b07 Mon Sep 17 00:00:00 2001 From: Milad Farazmand Date: Tue, 11 Jun 2019 10:48:48 -0400 Subject: [PATCH] test: skip `test-worker-prof` as flaky for all Due to a bug in V8 GC, this test case has to potential to fail on all platforms. V8 master has been patched with a fix and waiting for it to be backported to V8 7.5 and 7.6. Skipping the test until it is backported. Bug can be tracked here: https://bugs.chromium.org/p/v8/issues/detail?id=9333 --- test/parallel/parallel.status | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/parallel/parallel.status b/test/parallel/parallel.status index e6c2e96548a69c..5c780d71dd087f 100644 --- a/test/parallel/parallel.status +++ b/test/parallel/parallel.status @@ -8,7 +8,7 @@ prefix parallel # https://github.com/nodejs/node/issues/23207 test-net-connect-options-port: PASS,FLAKY # https://github.com/nodejs/node/issues/26401 -test-worker-prof: PASS,FLAKY +test-worker-prof: SKIP [$system==win32] # https://github.com/nodejs/node/issues/20750