From bbb3a168b548dfab9926009fd7d172bf1f28b943 Mon Sep 17 00:00:00 2001 From: Josh Lehman Date: Sun, 8 Mar 2026 10:48:49 -0700 Subject: [PATCH] test: isolate git commit ref suite --- scripts/test-parallel.mjs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/test-parallel.mjs b/scripts/test-parallel.mjs index f57a0569047..65cad7ee6f1 100644 --- a/scripts/test-parallel.mjs +++ b/scripts/test-parallel.mjs @@ -31,6 +31,8 @@ const unitIsolatedFilesRaw = [ "src/commands/doctor.runs-legacy-state-migrations-yes-mode-without.test.ts", // Setup-heavy CLI update flow suite; move off unit-fast critical path. "src/cli/update-cli.test.ts", + // Uses temp repos + module cache resets; keep it off vmForks to avoid ref-resolution flakes. + "src/infra/git-commit.test.ts", // Expensive schema build/bootstrap checks; keep coverage but run in isolated lane. "src/config/schema.test.ts", "src/config/schema.tags.test.ts",