From e2f2ad61f1cdcc5e055aa4b0572b050ee60d4746 Mon Sep 17 00:00:00 2001 From: cjihrig Date: Fri, 3 May 2019 23:33:54 -0400 Subject: [PATCH] test: mark test-tls-enable-trace-cli flaky --- test/parallel/parallel.status | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/parallel/parallel.status b/test/parallel/parallel.status index e234c1b256c942..33576ffc633a9f 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/26401 test-worker-prof: PASS,FLAKY +# https://github.com/nodejs/node/issues/27553 +test-tls-enable-trace-cli: PASS,FLAKY [$system==win32] test-http2-pipe: PASS,FLAKY