From 9d2c03990a6a543cb0fd206819aa6b99d68a614e Mon Sep 17 00:00:00 2001 From: Luigi Pinca Date: Sat, 2 Mar 2024 12:46:24 +0100 Subject: [PATCH] test: remove flaky designation Searching the automatically-generated test failure reports in the issues at https://github.com/nodejs/reliability/issues, I don't see `test-worker-message-port-message-before-close` failing any time recently. PR-URL: https://github.com/nodejs/node/pull/51736 Reviewed-By: Joyee Cheung --- test/parallel/parallel.status | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/parallel/parallel.status b/test/parallel/parallel.status index e152015ea764ef..6175cac521589e 100644 --- a/test/parallel/parallel.status +++ b/test/parallel/parallel.status @@ -55,8 +55,6 @@ test-domain-with-abort-on-uncaught-exception: PASS, FLAKY test-tick-processor-arguments: SKIP [$system==freebsd] -# https://github.com/nodejs/node/issues/31280 -test-worker-message-port-message-before-close: PASS,FLAKY [$system==ibmi] # https://github.com/nodejs/node/pull/30819