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": [] } }