From c287196dbedfe81a2ec7e2996e5984769bc23345 Mon Sep 17 00:00:00 2001 From: Luigi Pinca Date: Thu, 28 Nov 2024 11:17:45 +0100 Subject: [PATCH] test: remove test-fs-utimes flaky designation The issue is likely the same as other tests that time out. Refs: https://github.com/nodejs/node/issues/54918 Refs: https://github.com/nodejs/node/pull/54844 Refs: https://github.com/nodejs/node/pull/54802 --- test/parallel/parallel.status | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/parallel/parallel.status b/test/parallel/parallel.status index 2f94923799bdea..50cdf57734e558 100644 --- a/test/parallel/parallel.status +++ b/test/parallel/parallel.status @@ -43,8 +43,6 @@ test-esm-loader-hooks-inspect-wait: PASS, FLAKY test-sqlite-statement-sync: PASS, FLAKY # https://github.com/nodejs/node/issues/54534 test-runner-run-watch: PASS, FLAKY -# https://github.com/nodejs/node/issues/37692 -test-fs-utimes: PASS, FLAKY # https://github.com/nodejs/node/issues/52274 test-worker-arraybuffer-zerofill: PASS, FLAKY