mirror of
https://github.com/coder/coder.git
synced 2026-06-03 13:08:25 +00:00
14105ff301
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.