rdt-client/server/RdtClient.Web.Test/GlobalTestConfig.cs
Antonin Lenfant-Kodia 8e49e500ea fix(ci): Resolve race conditions in tests and fix unused variable warning
- 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
2026-05-17 23:26:17 +02:00

3 lines
76 B
C#

using Xunit;
[assembly: CollectionBehavior(DisableParallelization = true)]