From 6ea876814161cc43d1030020ab9f5cbb8c0c0fc8 Mon Sep 17 00:00:00 2001 From: Anna Henningsen Date: Sat, 4 Nov 2017 22:36:18 +0100 Subject: [PATCH] test: unmark flaky test This effectively reverts 5c475a722357b1d4ddf099992e3f5df7e51583e1 and 75095d700137e29ad1413972b8f6eed7c3473a65. PR-URL: https://github.com/nodejs/node/pull/16758 Fixes: https://github.com/node/issues/16210 Reviewed-By: Refael Ackermann Reviewed-By: Rich Trott Reviewed-By: Colin Ihrig Reviewed-By: James M Snell Reviewed-By: Benjamin Gruenbaum --- test/parallel/parallel.status | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/parallel/parallel.status b/test/parallel/parallel.status index bdd9a3961a9dbe..2297aad9c88edf 100644 --- a/test/parallel/parallel.status +++ b/test/parallel/parallel.status @@ -5,8 +5,6 @@ prefix parallel # sample-test : PASS,FLAKY [true] # This section applies to all platforms -# https://github.com/nodejs/node/issues/16210 -test-async-wrap-uncaughtexception: PASS,FLAKY [$system==win32]