From f0e9a602dfb8420412ae1e0b2b723e800253bc7e Mon Sep 17 00:00:00 2001 From: Garry Tan Date: Wed, 22 Jul 2026 10:47:26 -0700 Subject: [PATCH] test: quarantine onboard-pack-upgrade-checks as serial (env mutation, R1 lint) check-test-isolation flagged the file-scoped GBRAIN_HOME mutation in beforeAll/afterAll. withEnv() is callback-scoped and can't span the file lifecycle, so take the lint's quarantine path: rename to *.serial.test.ts (runs in the serial-tests job at --max-concurrency=1). Co-Authored-By: Claude Fable 5 --- ...-checks.test.ts => onboard-pack-upgrade-checks.serial.test.ts} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename test/{onboard-pack-upgrade-checks.test.ts => onboard-pack-upgrade-checks.serial.test.ts} (100%) diff --git a/test/onboard-pack-upgrade-checks.test.ts b/test/onboard-pack-upgrade-checks.serial.test.ts similarity index 100% rename from test/onboard-pack-upgrade-checks.test.ts rename to test/onboard-pack-upgrade-checks.serial.test.ts