summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorMilad Farazmand <miladfar@ca.ibm.com>2019-06-11 10:48:48 -0400
committerAnna Henningsen <anna@addaleax.net>2019-06-14 19:29:30 +0200
commitb6148402d461ffb70446ddd4b55051e093ad1aef (patch)
tree85153fa656bd4106fcdf8c71441dfadafb32a02c /test
parent039cfdc838bec28fa98f0cd50e65d64aa6b2faaf (diff)
downloadandroid-node-v8-b6148402d461ffb70446ddd4b55051e093ad1aef.tar.gz
android-node-v8-b6148402d461ffb70446ddd4b55051e093ad1aef.tar.bz2
android-node-v8-b6148402d461ffb70446ddd4b55051e093ad1aef.zip
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 PR-URL: https://github.com/nodejs/node/pull/28175 Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Refael Ackermann (רפאל פלחי) <refack@gmail.com> Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Diffstat (limited to 'test')
-rw-r--r--test/parallel/parallel.status2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/parallel/parallel.status b/test/parallel/parallel.status
index a859d225c7..68a685395c 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