mirror of
https://github.com/bitwarden/self-host.git
synced 2026-06-28 06:15:46 +00:00
3 lines
171 B
C#
3 lines
171 B
C#
// Orchestrator tests mutate AnsiConsole.Console (Spectre global state), so run tests serially.
|
|
[assembly: Xunit.CollectionBehavior(DisableTestParallelization = true)]
|