From 93214b465c13a8ec08e6fef91c2b73c710ce9ce6 Mon Sep 17 00:00:00 2001 From: Pranav K Date: Tue, 29 Jan 2019 11:13:20 -0800 Subject: [PATCH] Move Cors Functional tests to a separate test group Attemp #2 at addressing https://github.com/aspnet/AspNetCore-Internal/issues/1619 Puppetteer will attempt to download chromium as part of running the test. This seems odd, but it might explain why this might be afflicted with the file descriptor contention issues that the mondo repo tests encounter. Moving these out in to a separate test group to see if this helps Possible fix for https://github.com/aspnet/AspNetCore-Internal/issues/1619 --- src/Middleware/CORS/test/FunctionalTests/FunctionalTests.csproj | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Middleware/CORS/test/FunctionalTests/FunctionalTests.csproj b/src/Middleware/CORS/test/FunctionalTests/FunctionalTests.csproj index c8e5347e6a..6f4c3c19a4 100644 --- a/src/Middleware/CORS/test/FunctionalTests/FunctionalTests.csproj +++ b/src/Middleware/CORS/test/FunctionalTests/FunctionalTests.csproj @@ -2,6 +2,7 @@ netcoreapp2.2;net461 + Cors.FunctionalTests