From 361cdb786157efbcde2a5a537b76b627b40ca5b4 Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Sun, 23 Dec 2018 15:25:15 -0800 Subject: [PATCH] test: mark test-trace-events-api-worker-disabled flaky Refs: https://github.com/nodejs/node/issues/24305 PR-URL: https://github.com/nodejs/node/pull/25197 Reviewed-By: Gireesh Punathil Reviewed-By: Ruben Bridgewater Reviewed-By: Colin Ihrig --- test/parallel/parallel.status | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/parallel/parallel.status b/test/parallel/parallel.status index a906d4108c87c1..315e31af9a88b9 100644 --- a/test/parallel/parallel.status +++ b/test/parallel/parallel.status @@ -11,6 +11,8 @@ test-child-process-execfile: PASS,FLAKY test-net-connect-options-port: PASS,FLAKY # https://github.com/nodejs/node/issues/25033 test-child-process-exit-code: PASS,FLAKY +# https://github.com/nodejs/node/issues/24305 +test-trace-events-api-worker-disabled: PASS,FLAKY [$system==win32] test-http2-pipe: PASS,FLAKY