From ff2b6748838d26283c1e0a98db2e30e34c1dd996 Mon Sep 17 00:00:00 2001 From: Luigi Pinca Date: Mon, 12 Feb 2024 21:11:20 +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. --- 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