Skip to content

Commit 462bda4

Browse files
committed
Temporary disabled parallel tests (#128)
1 parent 4fda318 commit 462bda4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

samples/MusicStore/MusicStore.Test/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
@@ -16,3 +17,5 @@
1617

1718
// The following GUID is for the ID of the typelib if this project is exposed to COM
1819
[assembly: Guid("0a3a93a1-a79c-4d08-8ace-6e72b30c3ab7")]
20+
21+
[assembly: CollectionBehavior(DisableTestParallelization = true)]

0 commit comments

Comments
 (0)