From 7d712f58aae2b78305992d45b60d66fee383a2ca Mon Sep 17 00:00:00 2001 From: Nate McMaster Date: Wed, 8 Nov 2017 13:55:00 -0800 Subject: [PATCH] Put Libuv.FunctionalTests into a separate test group --- .../Kestrel.Transport.Libuv.FunctionalTests.csproj | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/Kestrel.Transport.Libuv.FunctionalTests/Kestrel.Transport.Libuv.FunctionalTests.csproj b/test/Kestrel.Transport.Libuv.FunctionalTests/Kestrel.Transport.Libuv.FunctionalTests.csproj index 43e2b9ff07..7d7caae107 100644 --- a/test/Kestrel.Transport.Libuv.FunctionalTests/Kestrel.Transport.Libuv.FunctionalTests.csproj +++ b/test/Kestrel.Transport.Libuv.FunctionalTests/Kestrel.Transport.Libuv.FunctionalTests.csproj @@ -7,6 +7,8 @@ netcoreapp2.0 $(DefineConstants);MACOS true + + Libuv.FunctionalTests