Преглед изворни кода

Merge branch 'master' into fixes/729-gtk-window-close

Steven Kirk пре 9 година
родитељ
комит
7f55c48372
1 измењених фајлова са 4 додато и 0 уклоњено
  1. 4 0
      tests/Avalonia.Interactivity.UnitTests/Properties/AssemblyInfo.cs

+ 4 - 0
tests/Avalonia.Interactivity.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.
 // Licensed under the MIT license. See licence.md file in the project root for full license information.
 
 
 using System.Reflection;
 using System.Reflection;
+using Xunit;
 
 
 [assembly: AssemblyTitle("Avalonia.Interactive.UnitTests")]
 [assembly: AssemblyTitle("Avalonia.Interactive.UnitTests")]
+
+// Don't run tests in parallel.
+[assembly: CollectionBehavior(DisableTestParallelization = true)]