mirror of
https://github.com/coder/coder.git
synced 2025-07-10 23:53:15 +00:00
Closes https://github.com/coder/internal/issues/597#issuecomment-2835262922 The parallelized tests share configs, which when accessed concurrently throw race errors. The configs are read only, so it is fine to run these tests with shared idp configs.