From 52b92f2973b91e33cf90c70468d86e76eedcd9c8 Mon Sep 17 00:00:00 2001 From: scoootscooob Date: Sun, 22 Mar 2026 23:50:54 -0700 Subject: [PATCH] Test: isolate qr dashboard integration suite --- test/fixtures/test-parallel.behavior.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/test/fixtures/test-parallel.behavior.json b/test/fixtures/test-parallel.behavior.json index 28c9d71c3ed..d6de994b4be 100644 --- a/test/fixtures/test-parallel.behavior.json +++ b/test/fixtures/test-parallel.behavior.json @@ -32,7 +32,12 @@ ] }, "unit": { - "isolated": [], + "isolated": [ + { + "file": "src/cli/qr-dashboard.integration.test.ts", + "reason": "This CLI integration suite hoists runtime/config mocks and resets module state between qr and dashboard command imports; keep it in its own forked lane so shared unit-fast workers stay deterministic." + } + ], "threadPinned": [] } }