File tree 2 files changed +1
-3
lines changed
2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ public override void After( System.Reflection.MethodInfo methodUnderTest )
27
27
}
28
28
}
29
29
30
+ [ CollectionDefinition ( nameof ( DebugLogFacts ) , DisableParallelization = true ) ]
30
31
public class DebugLogFacts
31
32
{
32
33
[ Fact , DebugLogSetupTeardown ]
Original file line number Diff line number Diff line change 1
1
using System . Reflection ;
2
2
using System . Runtime . InteropServices ;
3
- using Xunit ;
4
3
5
4
// General Information about an assembly is controlled through the following
6
5
// set of attributes. Change these attribute values to modify the information
21
20
22
21
// The following GUID is for the ID of the typelib if this project is exposed to COM
23
22
[ assembly: Guid ( "dcef76fb-0139-4e17-a8cd-973a7d9bd856" ) ]
24
-
25
- [ assembly: CollectionBehavior ( DisableTestParallelization = true ) ]
You can’t perform that action at this time.
0 commit comments