test: revert workers to 1 to avoid login concurrency

All login-based tests share MOICEN_E2E_UNIONID and cannot run in
parallel without interfering with each other's session state.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
2026-05-01 16:36:58 +08:00
parent 5b19d6d52d
commit df645b70a7
+1 -1
View File
@@ -8,7 +8,7 @@ export default defineConfig({
testDir: './tests', testDir: './tests',
testIgnore: ['**/admin_debug.spec.ts'], testIgnore: ['**/admin_debug.spec.ts'],
timeout: 120_000, timeout: 120_000,
workers: 2, workers: 1,
expect: { timeout: 30_000 }, expect: { timeout: 30_000 },
use: { use: {
baseURL: baseURL: