From 5edb8d591936236842f822d079f2fd256ef66c79 Mon Sep 17 00:00:00 2001 From: Luigi Pinca Date: Fri, 6 Dec 2024 07:42:07 +0100 Subject: [PATCH] test: remove test-fs-utimes flaky designation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 PR-URL: https://github.com/nodejs/node/pull/56052 Reviewed-By: Michaƫl Zasso --- test/parallel/parallel.status | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/parallel/parallel.status b/test/parallel/parallel.status index 974fef4d5020be..eeb67a187303be 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 [$system==linux || $system==win32] # https://github.com/nodejs/node/issues/49605