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:
parent
8958bdee2e
commit
93214b465c
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
<PropertyGroup>
|
||||
<TargetFrameworks>netcoreapp2.2;net461</TargetFrameworks>
|
||||
<TestGroupName>Cors.FunctionalTests</TestGroupName>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
|
|
|||
Loading…
Reference in New Issue