mirror of
https://github.com/coder/coder.git
synced 2026-09-21 20:51:01 +08: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.