From 3f85c7ac97141cb0a7efe87e9b701802ce294892 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 02e46cc203d6a0..012331287739c5 100644 --- a/test/parallel/parallel.status +++ b/test/parallel/parallel.status @@ -53,8 +53,6 @@ test-domain-throw-error-then-throw-from-uncaught-exception-handler: PASS, FLAKY test-domain-with-abort-on-uncaught-exception: PASS, FLAKY [$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