From 7aa7b04fb07ced1d87f616c48db3434375868007 Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Mon, 16 Feb 2026 05:22:00 +0000 Subject: [PATCH] test: rebalance isolated unit test lane --- scripts/test-parallel.mjs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/scripts/test-parallel.mjs b/scripts/test-parallel.mjs index 3bf0f129c0..6ea080444c 100644 --- a/scripts/test-parallel.mjs +++ b/scripts/test-parallel.mjs @@ -27,12 +27,8 @@ const unitIsolatedFilesRaw = [ "src/browser/server.agent-contract-form-layout-act-commands.test.ts", "src/browser/server.skips-default-maxchars-explicitly-set-zero.test.ts", "src/browser/server.auth-token-gates-http.test.ts", - "src/browser/server-context.remote-tab-ops.test.ts", - "src/browser/server-context.ensure-tab-available.prefers-last-target.test.ts", // Keep this high-variance heavy file off the unit-fast critical path. "src/auto-reply/reply.block-streaming.test.ts", - // Integration test is process-heavy and can bottleneck unit-fast. - "test/git-hooks-pre-commit.integration.test.ts", // Archive extraction/fixture-heavy suite; keep off unit-fast critical path. "src/hooks/install.test.ts", // Setup-heavy bot bootstrap suite.