From 689c9d401e29010ced3a3fee2116d335ece408f7 Mon Sep 17 00:00:00 2001 From: Refael Ackermann Date: Thu, 2 Nov 2017 13:07:05 -0400 Subject: [PATCH] test: mark test-async-wrap-uncaughtexception as flaky `parallel/test-async-wrap-uncaughtexception.js` has become flaky. At this time investigating the cause is still on going, but this issue become has prevalent. In order to restore CI status to be relevant, this marks the test as explicitly FLAKY. PR-URL: https://github.com/nodejs/node/pull/16694 Refs: https://github.com/nodejs/node/issues/16210 Reviewed-By: Rich Trott Reviewed-By: Colin Ihrig Reviewed-By: Myles Borins --- test/parallel/parallel.status | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/parallel/parallel.status b/test/parallel/parallel.status index 2958fad4d0f8fa..a23f8ac27c0577 100644 --- a/test/parallel/parallel.status +++ b/test/parallel/parallel.status @@ -5,6 +5,8 @@ prefix parallel # sample-test : PASS,FLAKY [true] # This section applies to all platforms +# https://github.com/nodejs/node/issues/16210 +test-async-wrap-uncaughtexception [$system==win32]