Skip to content

Commit cb63905

Browse files
committed
Disable test parallelization to see if that fixes things
1 parent b70b9bf commit cb63905

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

LibGit2Sharp.Tests/Properties/AssemblyInfo.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
using System.Reflection;
22
using System.Runtime.InteropServices;
3+
using Xunit;
34

45
// General Information about an assembly is controlled through the following
56
// set of attributes. Change these attribute values to modify the information
@@ -37,3 +38,5 @@
3738

3839
[assembly: AssemblyVersion("1.0.0.0")]
3940
[assembly: AssemblyFileVersion("1.0.0.0")]
41+
42+
[assembly: CollectionBehavior(DisableTestParallelization = true)]

0 commit comments

Comments
 (0)