From bfa10db25837c9b5aee1f96235ed484a410ccd76 Mon Sep 17 00:00:00 2001 From: Cesar Blum Silveira Date: Mon, 29 Aug 2016 17:18:35 -0700 Subject: [PATCH] Run functional tests sequentially to mitigate flakiness on OS X. --- .../Properties/AssemblyInfo.cs | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 test/Microsoft.AspNetCore.Server.Kestrel.FunctionalTests/Properties/AssemblyInfo.cs diff --git a/test/Microsoft.AspNetCore.Server.Kestrel.FunctionalTests/Properties/AssemblyInfo.cs b/test/Microsoft.AspNetCore.Server.Kestrel.FunctionalTests/Properties/AssemblyInfo.cs new file mode 100644 index 000000000..b1fa88422 --- /dev/null +++ b/test/Microsoft.AspNetCore.Server.Kestrel.FunctionalTests/Properties/AssemblyInfo.cs @@ -0,0 +1,3 @@ +using Xunit; + +[assembly: CollectionBehavior(CollectionBehavior.CollectionPerAssembly)] \ No newline at end of file