From 32482a828b8af170174cd69f17892e36d7276d40 Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Sat, 20 Feb 2021 10:09:05 -0800 Subject: [PATCH] test: remove FLAKY for test-domain-error-types MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR-URL: https://github.com/nodejs/node/pull/37458 Reviewed-By: Michaƫl Zasso Reviewed-By: Luigi Pinca --- test/parallel/parallel.status | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/parallel/parallel.status b/test/parallel/parallel.status index 574bc1c9fe13a3..8e070688b1f250 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/pull/36139 -test-domain-error-types: PASS,FLAKY [$system==win32] # https://github.com/nodejs/node/issues/20750