From 0c905329ea2bc0bf1e63dbb8044667f2902bf61c Mon Sep 17 00:00:00 2001 From: Taylor Woll Date: Fri, 13 Oct 2017 21:40:45 -0700 Subject: [PATCH] test: mark test-repl-pretty-stack tests flaky --- test/parallel/parallel.status | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/parallel/parallel.status b/test/parallel/parallel.status index 42d3175cd05..16a757e4ca2 100644 --- a/test/parallel/parallel.status +++ b/test/parallel/parallel.status @@ -69,6 +69,8 @@ test-promises-warning-on-unhandled-rejection : PASS,FLAKY test-regress-GH-12371 : PASS,FLAKY test-repl : PASS,FLAKY test-repl-mode : PASS,FLAKY +test-repl-pretty-custom-stack : PASS,FLAKY +test-repl-pretty-stack : PASS,FLAKY test-repl-sigint : PASS,FLAKY test-repl-tab-complete : PASS,FLAKY test-string-decoder : PASS,FLAKY