From fc58c5231fd95b2768f70f8d1f019b6fcc4cd8ad Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Thu, 2 Nov 2017 20:30:08 -0700 Subject: [PATCH] test: fix malformed parallel.status line PR-URL: https://github.com/nodejs/node/pull/16702 Reviewed-By: Colin Ihrig Reviewed-By: Myles Borins --- test/parallel/parallel.status | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/parallel/parallel.status b/test/parallel/parallel.status index a23f8ac27c0577..32b72b3a8ddfe1 100644 --- a/test/parallel/parallel.status +++ b/test/parallel/parallel.status @@ -6,7 +6,7 @@ prefix parallel [true] # This section applies to all platforms # https://github.com/nodejs/node/issues/16210 -test-async-wrap-uncaughtexception +test-async-wrap-uncaughtexception: PASS,FLAKY [$system==win32]