From db3795b368242953bd2ea6f1ef67d4fd7fe23293 Mon Sep 17 00:00:00 2001 From: Pranav K Date: Fri, 1 Mar 2019 17:52:50 -0800 Subject: [PATCH] Put MVC's functional tests in a separate test group (#8118) Possible fix to https://github.com/aspnet/AspNetCore/issues/7313 One of the characteristics of these failures were that the test took long to run. The build log has warnings for several long running tests. This might be a result of CPU contention since mondo-ification that make MVC's functional tests run with nearly every other test project in the solution --- .../Microsoft.AspNetCore.Mvc.FunctionalTests.csproj | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Mvc/test/Mvc.FunctionalTests/Microsoft.AspNetCore.Mvc.FunctionalTests.csproj b/src/Mvc/test/Mvc.FunctionalTests/Microsoft.AspNetCore.Mvc.FunctionalTests.csproj index a2190bb338..00e7e4be5a 100644 --- a/src/Mvc/test/Mvc.FunctionalTests/Microsoft.AspNetCore.Mvc.FunctionalTests.csproj +++ b/src/Mvc/test/Mvc.FunctionalTests/Microsoft.AspNetCore.Mvc.FunctionalTests.csproj @@ -8,6 +8,7 @@ $(DefineConstants);GENERATE_BASELINES $(DefineConstants);__RemoveThisBitTo__GENERATE_BASELINES $(DefineConstants);FUNCTIONAL_TESTS + Mvc.FunctionalTests