sentry-dotnet icon indicating copy to clipboard operation
sentry-dotnet copied to clipboard

Re-enable test parallelization

Open mattjohnsonpint opened this issue 2 years ago • 0 comments

We should now be able to run tests in parallel again.

A few test collections updated (and one test moved). xUnit uses test collections to control parallelization. Tests in the same collection run sequentially, and thus won't step on each other. See https://xunit.net/docs/running-tests-in-parallel

#skip-changelog

mattjohnsonpint avatar Jul 25 '22 20:07 mattjohnsonpint