- Refactored Torrents.cs to use local DbSettings instead of global Settings.Get - Removed unused exception variable in Torrents.cs - Disabled xUnit parallelization globally to prevent test race conditions caused by shared global state - Enforced sequential test execution in CI workflow
3 lines
76 B
C#
3 lines
76 B
C#
using Xunit;
|
|
|
|
[assembly: CollectionBehavior(DisableParallelization = true)]
|