Summary
src/tasks/flow-registry.store.test.ts consistently times out after 120 seconds on Windows CI runners, causing checks-windows-node-test-3 and checks-windows-node-test-6 to fail.
This appears to be a new flaky test introduced with the task/flow system in v2026.3.31 and is unrelated to the code under review in individual PRs.
Affected CI jobs
Error
Error: Test timed out in 120000ms
at src/tasks/flow-registry.store.test.ts:62
Notes
Steps to reproduce
Run the test suite on Windows:
pnpm vitest run src/tasks/flow-registry.store.test.ts