Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit 369f808

Browse files
committed
Don't run tests in parallel
1 parent 0ff7d68 commit 369f808

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/UnitTests/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
using System.Reflection;
22
using System.Runtime.CompilerServices;
33
using System.Runtime.InteropServices;
4+
using Xunit;
45

56
// General Information about an assembly is controlled through the following
67
// set of attributes. Change these attribute values to modify the information
@@ -34,3 +35,4 @@
3435
// [assembly: AssemblyVersion("1.0.*")]
3536
[assembly: AssemblyVersion("1.0.0.0")]
3637
[assembly: AssemblyFileVersion("1.0.0.0")]
38+
[assembly: CollectionBehavior(CollectionBehavior.CollectionPerAssembly, DisableTestParallelization = true)]

0 commit comments

Comments
 (0)