File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -136,6 +136,9 @@ public Task RemoteIPv4Address()
136
136
137
137
[ ConditionalFact ]
138
138
[ IPv6SupportedCondition ]
139
+ #if LIBUV
140
+ [ SkipOnHelix ] // https://github.com/aspnet/AspNetCore/issues/8109
141
+ #endif
139
142
public Task RemoteIPv6Address ( )
140
143
{
141
144
return TestRemoteIPAddress ( "[::1]" , "[::1]" , "::1" ) ;
Original file line number Diff line number Diff line change 1
- <Project Sdk =" Microsoft.NET.Sdk" >
1
+ <Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
4
<TargetFramework >netcoreapp3.0</TargetFramework >
5
5
<DefineConstants Condition =" $([MSBuild]::IsOSPlatform('OSX'))" >$(DefineConstants);MACOS</DefineConstants >
6
+ <DefineConstants >$(DefineConstants);LIBUV</DefineConstants >
6
7
<ServerGarbageCollection >true</ServerGarbageCollection >
7
8
<!-- 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. -->
8
9
<TestGroupName >Libuv.FunctionalTests</TestGroupName >
11
12
<ItemGroup >
12
13
<Compile Include =" ..\FunctionalTests\**\*.cs" />
13
14
<Compile Include =" $(SharedSourceRoot)NullScope.cs" />
15
+ <Compile Include =" $(SharedSourceRoot)test\SkipOnHelixAttribute.cs" />
14
16
<Compile Include =" $(KestrelSharedSourceRoot)test\*.cs" LinkBase =" shared" />
15
17
<Compile Include =" $(KestrelSharedSourceRoot)test\TransportTestHelpers\*.cs" LinkBase =" shared\TransportTestHelpers" />
16
18
<Content Include =" $(KestrelSharedSourceRoot)test\TestCertificates\*.pfx" LinkBase =" shared\TestCertificates" CopyToOutputDirectory =" PreserveNewest" />
You can’t perform that action at this time.
0 commit comments