Skip to content

Commit

Permalink
Move Cors Functional tests to a separate test group
Browse files Browse the repository at this point in the history
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
  • Loading branch information
pranavkm committed Jan 29, 2019
1 parent 29898df commit bd14f2f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

<PropertyGroup>
<TargetFrameworks>netcoreapp2.2;net461</TargetFrameworks>
<TestGroupName>Cors.FunctionalTests</TestGroupName>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit bd14f2f

Please sign in to comment.