aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnna Henningsen <anna@addaleax.net>2019-09-09 22:31:30 +0200
committerRich Trott <rtrott@gmail.com>2019-09-12 00:46:09 -0700
commit62e8cc5e61a36ebe1bd913983a452961aa1c9946 (patch)
treef616c4497d09b2d4db04256746724053376b84bc
parent902c9fac194d06aec5fd5307a6712c39a6da18a7 (diff)
downloadandroid-node-v8-62e8cc5e61a36ebe1bd913983a452961aa1c9946.tar.gz
android-node-v8-62e8cc5e61a36ebe1bd913983a452961aa1c9946.tar.bz2
android-node-v8-62e8cc5e61a36ebe1bd913983a452961aa1c9946.zip
test: unmark test-worker-prof as flaky
This has no longer been flaky since V8 7.5. Refs: https://bugs.chromium.org/p/v8/issues/detail?id=9333 Fixes: https://github.com/nodejs/node/issues/26401 PR-URL: https://github.com/nodejs/node/pull/29511 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Jiawen Geng <technicalcute@gmail.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
-rw-r--r--test/parallel/parallel.status2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/parallel/parallel.status b/test/parallel/parallel.status
index 5b6960e6ee..444cf8d115 100644
--- a/test/parallel/parallel.status
+++ b/test/parallel/parallel.status
@@ -9,8 +9,6 @@ prefix parallel
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: SKIP
[$system==win32]
# https://github.com/nodejs/node/issues/20750