From bdbfc3626fcf5f1aad48e49426a6af52ae505648 Mon Sep 17 00:00:00 2001 From: Luigi Pinca Date: Mon, 12 Feb 2024 21:04:23 +0100 Subject: [PATCH] test: remove test-fs-stat-bigint flaky designation Refs: https://github.com/nodejs/node/issues/31727#issuecomment-985589968 --- test/parallel/parallel.status | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/parallel/parallel.status b/test/parallel/parallel.status index 75ab46ad1d6952..307fb83c60795d 100644 --- a/test/parallel/parallel.status +++ b/test/parallel/parallel.status @@ -59,8 +59,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