Files
coder/cli
Zach Kipp aa75f3db49 fix(cli): serialize TestUseKeyring subtests to avoid OS keyring flakes
The OS keyring is shared global state on Windows and macOS, and concurrent
in-process access produces intermittent failures on Windows (ERROR_NOT_FOUND,
stale reads after delete). This change serializes TestUseKeyring subtests
in an attempt to fix the intermittent failures. The root cause is unknown.
2026-06-02 08:56:57 -06:00
..
2023-09-08 18:21:33 +00:00