From df9b253e2c77c09649973c7817530100c6f2eb28 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 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 PR-URL: https://github.com/nodejs/node/pull/28175 Reviewed-By: Michael Dawson Reviewed-By: Michaël Zasso Reviewed-By: Refael Ackermann (רפאל פלחי) Reviewed-By: Gireesh Punathil Reviewed-By: Ruben Bridgewater Reviewed-By: Colin Ihrig --- 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 a859d225c769db..68a685395c43e4 100644 --- a/test/parallel/parallel.status +++ b/test/parallel/parallel.status @@ -10,7 +10,7 @@ test-fs-stat-bigint: PASS,FLAKY # 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