mirror of
https://github.com/coder/coder.git
synced 2026-06-03 13:08:25 +00:00
71b132b9e7
Removes `t.Parallel()` from `TestKeyring` and `TestWindowsKeyring_WriteReadDelete`. The OS keyring is a shared system resource that's flaky under concurrent access, especially Windows Credential Manager in CI. Fixes coder/internal#1370