5 lines
172 B
C#
5 lines
172 B
C#
|
|
using Xunit;
|
||
|
|
|
||
|
|
// Disable parallel test execution - these tests share a server port and data directory
|
||
|
|
[assembly: CollectionBehavior(DisableTestParallelization = true)]
|