Skip to content

Commit 034b24e

Browse files
authored
Update Libuv.FunctionalTests.csproj
1 parent bea937b commit 034b24e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/Servers/Kestrel/test/Libuv.FunctionalTests/Libuv.FunctionalTests.csproj

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,12 @@
66
<ServerGarbageCollection>true</ServerGarbageCollection>
77
<!-- Put this project into its own test group to avoid running parallel with other test projects. Libuv does not play nice with other test assemblies. -->
88
<TestGroupName>Libuv.FunctionalTests</TestGroupName>
9-
<!-- https://github.com/aspnet/AspNetCore/issues/7847 -->
10-
<BuildHelixPayload>false</BuildHelixPayload>
119
</PropertyGroup>
1210

1311
<ItemGroup>
1412
<Compile Include="..\FunctionalTests\**\*.cs" />
1513
<Compile Include="$(SharedSourceRoot)NullScope.cs" />
1614
<Compile Include="$(KestrelSharedSourceRoot)test\*.cs" LinkBase="shared" />
17-
<Compile Include="$(SharedSourceRoot)test\SkipOnHelixAttribute.cs" />
1815
<Compile Include="$(KestrelSharedSourceRoot)test\TransportTestHelpers\*.cs" LinkBase="shared\TransportTestHelpers" />
1916
<Content Include="$(KestrelSharedSourceRoot)test\TestCertificates\*.pfx" LinkBase="shared\TestCertificates" CopyToOutputDirectory="PreserveNewest" />
2017
</ItemGroup>

0 commit comments

Comments
 (0)