Skip to content

Commit 75d1c5f

Browse files
committed
Enable parallel tests
1 parent 4875f20 commit 75d1c5f

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

SteamKit2/Tests/DebugLogFacts.cs

+1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ public override void After( System.Reflection.MethodInfo methodUnderTest )
2727
}
2828
}
2929

30+
[CollectionDefinition( nameof( DebugLogFacts ), DisableParallelization = true )]
3031
public class DebugLogFacts
3132
{
3233
[Fact, DebugLogSetupTeardown]

SteamKit2/Tests/Properties/AssemblyInfo.cs

-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
using System.Reflection;
22
using System.Runtime.InteropServices;
3-
using Xunit;
43

54
// General Information about an assembly is controlled through the following
65
// set of attributes. Change these attribute values to modify the information
@@ -21,5 +20,3 @@
2120

2221
// The following GUID is for the ID of the typelib if this project is exposed to COM
2322
[assembly: Guid("dcef76fb-0139-4e17-a8cd-973a7d9bd856")]
24-
25-
[assembly: CollectionBehavior(DisableTestParallelization = true)]

0 commit comments

Comments
 (0)