diff --git a/tests/Perspex.Markup.Xaml.UnitTests/Properties/AssemblyInfo.cs b/tests/Perspex.Markup.Xaml.UnitTests/Properties/AssemblyInfo.cs index 575bdbad2f..de66909bab 100644 --- a/tests/Perspex.Markup.Xaml.UnitTests/Properties/AssemblyInfo.cs +++ b/tests/Perspex.Markup.Xaml.UnitTests/Properties/AssemblyInfo.cs @@ -2,5 +2,9 @@ // Licensed under the MIT license. See licence.md file in the project root for full license information. using System.Reflection; +using Xunit; -[assembly: AssemblyTitle("Perspex.Markup.Xaml.UnitTests")] \ No newline at end of file +[assembly: AssemblyTitle("Perspex.Markup.Xaml.UnitTests")] + +// Don't run tests in parallel. +[assembly: CollectionBehavior(DisableTestParallelization = true)] \ No newline at end of file