From 867b3b42ccf763585174f98db4cde66286a8fb26 Mon Sep 17 00:00:00 2001 From: BrennanConroy Date: Thu, 31 Mar 2016 13:33:57 -0700 Subject: [PATCH] Functional tests run serially --- .../Properties/AssemblyInfo.cs | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 test/Microsoft.AspNetCore.Localization.FunctionalTests/Properties/AssemblyInfo.cs diff --git a/test/Microsoft.AspNetCore.Localization.FunctionalTests/Properties/AssemblyInfo.cs b/test/Microsoft.AspNetCore.Localization.FunctionalTests/Properties/AssemblyInfo.cs new file mode 100644 index 0000000000..b1fa884228 --- /dev/null +++ b/test/Microsoft.AspNetCore.Localization.FunctionalTests/Properties/AssemblyInfo.cs @@ -0,0 +1,3 @@ +using Xunit; + +[assembly: CollectionBehavior(CollectionBehavior.CollectionPerAssembly)] \ No newline at end of file