Commit ae08089
fix: configure xunit to disable test parallelization
Configure xunit.runner.json to disable both assembly and test collection
parallelization to prevent intermittent test failures in Release mode.
Also update Graphify.Tests.csproj to include xunit.runner.json in output.
Tests now run sequentially without interfering with each other's shared
state (particularly the appsettings.local.json file used by config tests).
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 41c0cba commit ae08089
1 file changed
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
22 | 26 | | |
0 commit comments