We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fda318 commit 462bda4Copy full SHA for 462bda4
samples/MusicStore/MusicStore.Test/Properties/AssemblyInfo.cs
@@ -1,5 +1,6 @@
1
using System.Reflection;
2
using System.Runtime.InteropServices;
3
+using Xunit;
4
5
// General Information about an assembly is controlled through the following
6
// set of attributes. Change these attribute values to modify the information
@@ -16,3 +17,5 @@
16
17
18
// The following GUID is for the ID of the typelib if this project is exposed to COM
19
[assembly: Guid("0a3a93a1-a79c-4d08-8ace-6e72b30c3ab7")]
20
+
21
+[assembly: CollectionBehavior(DisableTestParallelization = true)]
0 commit comments