From 853b48d905dffec5e9ba578a95fb31f244b2ebd9 Mon Sep 17 00:00:00 2001 From: Luigi Pinca Date: Thu, 22 Feb 2024 19:33:14 +0100 Subject: [PATCH] test: remove test-fs-stat-bigint flaky designation Refs: https://github.com/nodejs/node/issues/31727#issuecomment-985589968 PR-URL: https://github.com/nodejs/node/pull/51735 Reviewed-By: Michael Dawson --- test/parallel/parallel.status | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/parallel/parallel.status b/test/parallel/parallel.status index 63b2a64a3583cb..02e46cc203d6a0 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/31727 -test-fs-stat-bigint: PASS,FLAKY # https://github.com/nodejs/node/issues/31280 test-worker-message-port-message-before-close: PASS,FLAKY