From 2c5528222670f3ea80c8892b50267fad170b8e8f Mon Sep 17 00:00:00 2001 From: Refael Ackermann Date: Mon, 11 Mar 2019 16:46:56 -0400 Subject: [PATCH] test: mark test-worker-prof as flake on all platforms PR-URL: https://github.com/nodejs/node/pull/26600 Refs: https://github.com/nodejs/node/issues/26401 Reviewed-By: Rich Trott Reviewed-By: Richard Lau --- test/parallel/parallel.status | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/parallel/parallel.status b/test/parallel/parallel.status index 7de71e345f725e..04493f06121688 100644 --- a/test/parallel/parallel.status +++ b/test/parallel/parallel.status @@ -9,6 +9,8 @@ prefix parallel test-net-connect-options-port: PASS,FLAKY # https://github.com/nodejs/node/issues/24305 test-trace-events-api-worker-disabled: PASS,FLAKY +# https://github.com/nodejs/node/issues/26401 +test-worker-prof: PASS,FLAKY [$system==win32] test-http2-pipe: PASS,FLAKY @@ -24,8 +26,6 @@ test-worker-memory: PASS,FLAKY [$arch==arm || $arch==arm64] # https://github.com/nodejs/node/issues/25028 test-cli-node-options: PASS,FLAKY -# https://github.com/nodejs/node/issues/26401 -test-worker-prof: PASS,FLAKY [$system==solaris] # Also applies to SmartOS