From dc88b56e16e97f1afca1da904efca1d401d9bb06 Mon Sep 17 00:00:00 2001 From: James M Snell Date: Sat, 7 Sep 2024 17:30:12 -0700 Subject: [PATCH] test: move test-fs-utimes to sequential Attempt to deal with flaky failures in CI by moving this to the sequential suite rather than the parallel suite --- test/parallel/parallel.status | 2 -- test/{parallel => sequential}/test-fs-utimes.js | 0 2 files changed, 2 deletions(-) rename test/{parallel => sequential}/test-fs-utimes.js (100%) diff --git a/test/parallel/parallel.status b/test/parallel/parallel.status index e95b579e71da14..0bd1d074c97089 100644 --- a/test/parallel/parallel.status +++ b/test/parallel/parallel.status @@ -48,8 +48,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 diff --git a/test/parallel/test-fs-utimes.js b/test/sequential/test-fs-utimes.js similarity index 100% rename from test/parallel/test-fs-utimes.js rename to test/sequential/test-fs-utimes.js