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
This commit is contained in:
Pranav K 2019-01-29 11:13:20 -08:00
parent 8958bdee2e
commit 93214b465c
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@
<PropertyGroup>
<TargetFrameworks>netcoreapp2.2;net461</TargetFrameworks>
<TestGroupName>Cors.FunctionalTests</TestGroupName>
</PropertyGroup>
<ItemGroup>