From 2fb620cd00968d925dff0a08a6431c2340018245 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 f587cd2d2a881b..e152015ea764ef 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/31727 -test-fs-stat-bigint: PASS,FLAKY # https://github.com/nodejs/node/issues/31280 test-worker-message-port-message-before-close: PASS,FLAKY