From 15954d1dc5ac605863d01c104635286cccb6a004 Mon Sep 17 00:00:00 2001 From: Steven Kirk Date: Tue, 15 Sep 2015 00:32:15 +0200 Subject: [PATCH] Fix intermittent Style unit test failures. --- tests/Perspex.Styling.UnitTests/Properties/AssemblyInfo.cs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/Perspex.Styling.UnitTests/Properties/AssemblyInfo.cs b/tests/Perspex.Styling.UnitTests/Properties/AssemblyInfo.cs index c17aed34e1..e45f18c082 100644 --- a/tests/Perspex.Styling.UnitTests/Properties/AssemblyInfo.cs +++ b/tests/Perspex.Styling.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.Styling.UnitTests")] + +// Don't run tests in parallel. +[assembly: CollectionBehavior(DisableTestParallelization = true)] \ No newline at end of file