From 7dd670e1920f34fcf586d7c4c3300ae1cc930441 Mon Sep 17 00:00:00 2001 From: Chris R Date: Mon, 11 May 2015 09:19:52 -0700 Subject: [PATCH] #4 Disable parallel test execution. --- .../Properties/AssemblyInfo.cs | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 test/ServerComparison.FunctionalTests/Properties/AssemblyInfo.cs diff --git a/test/ServerComparison.FunctionalTests/Properties/AssemblyInfo.cs b/test/ServerComparison.FunctionalTests/Properties/AssemblyInfo.cs new file mode 100644 index 0000000000..b1fa884228 --- /dev/null +++ b/test/ServerComparison.FunctionalTests/Properties/AssemblyInfo.cs @@ -0,0 +1,3 @@ +using Xunit; + +[assembly: CollectionBehavior(CollectionBehavior.CollectionPerAssembly)] \ No newline at end of file