From 3544d71b7ecaabdfb05becb5ad8d4ae4e846879d Mon Sep 17 00:00:00 2001 From: Steven Kirk Date: Fri, 18 Sep 2015 18:20:45 +0200 Subject: [PATCH] Fix intermittent test failures. --- tests/Perspex.SceneGraph.UnitTests/Properties/AssemblyInfo.cs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/Perspex.SceneGraph.UnitTests/Properties/AssemblyInfo.cs b/tests/Perspex.SceneGraph.UnitTests/Properties/AssemblyInfo.cs index dd0defa358..c2f3c7ca5c 100644 --- a/tests/Perspex.SceneGraph.UnitTests/Properties/AssemblyInfo.cs +++ b/tests/Perspex.SceneGraph.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.SceneGraph.UnitTests")] + +// Don't run tests in parallel. +[assembly: CollectionBehavior(DisableTestParallelization = true)] \ No newline at end of file