Skip to content

Commit 93214b4

Browse files
committed
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
1 parent 8958bde commit 93214b4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Middleware/CORS/test/FunctionalTests/FunctionalTests.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
<PropertyGroup>
44
<TargetFrameworks>netcoreapp2.2;net461</TargetFrameworks>
5+
<TestGroupName>Cors.FunctionalTests</TestGroupName>
56
</PropertyGroup>
67

78
<ItemGroup>

0 commit comments

Comments
 (0)