From f6b846932c7c0e929c815b4c2c10b9e358e790d0 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 db21008966daa6..22a20cac99087d 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