From b05cdfee64f69f12491392174c35e36ddbeeb887 Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Wed, 4 Nov 2020 05:00:34 -0800 Subject: [PATCH] test: remove flaky designation for fixed test MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Remove flaky designation for test-worker-eventlooputil fixed in 9dbde1d. PR-URL: https://github.com/nodejs/node/pull/35961 Reviewed-By: Richard Lau Reviewed-By: Yongsheng Zhang Reviewed-By: Gireesh Punathil Reviewed-By: Gerhard Stöbich 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 4f1a5c622846a5..baac6fd63edad2 100644 --- a/test/parallel/parallel.status +++ b/test/parallel/parallel.status @@ -7,8 +7,6 @@ prefix parallel [true] # This section applies to all platforms # https://github.com/nodejs/node/issues/35881 test-http2-respond-file-error-pipe-offset: PASS,FLAKY -# https://github.com/nodejs/node/issues/35844 -test-worker-eventlooputil: PASS,FLAKY [$system==win32] # https://github.com/nodejs/node/issues/20750