Re-enable IPv6 test
This commit is contained in:
parent
a9d6cf13eb
commit
cf684a1e8f
|
|
@ -141,7 +141,7 @@ namespace Microsoft.AspNetCore.Server.Kestrel.FunctionalTests
|
|||
return TestRemoteIPAddress("127.0.0.1", "127.0.0.1", "127.0.0.1");
|
||||
}
|
||||
|
||||
[ConditionalFact(Skip="https://github.com/aspnet/KestrelHttpServer/issues/2406")]
|
||||
[ConditionalFact]
|
||||
[IPv6SupportedCondition]
|
||||
public Task RemoteIPv6Address()
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue