|
|
@@ -35,7 +35,7 @@ namespace Microsoft.AspNetCore.Server.Kestrel.FunctionalTests
|
|
|
|
|
|
[ConditionalFact]
|
|
|
[HostNameIsReachable]
|
|
|
- [QuarantinedTest]
|
|
|
+ [QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/27377")]
|
|
|
public async Task RegisterAddresses_HostName_Success()
|
|
|
{
|
|
|
var hostName = Dns.GetHostName();
|
|
|
@@ -112,7 +112,7 @@ namespace Microsoft.AspNetCore.Server.Kestrel.FunctionalTests
|
|
|
[ConditionalTheory]
|
|
|
[MemberData(nameof(IPEndPointRegistrationDataPort443))]
|
|
|
[IPv6SupportedCondition]
|
|
|
- [QuarantinedTest("https://github.com/dotnet/aspnetcore-internal/issues/2711")]
|
|
|
+ [QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/27401")]
|
|
|
public async Task RegisterIPEndPoint_Port443_Success(IPEndPoint endpoint, string testUrl)
|
|
|
{
|
|
|
if (!CanBindToEndpoint(endpoint.Address, 443))
|
|
|
@@ -135,7 +135,7 @@ namespace Microsoft.AspNetCore.Server.Kestrel.FunctionalTests
|
|
|
[ConditionalTheory]
|
|
|
[MemberData(nameof(AddressRegistrationDataIPv6Port5000And5001Default))]
|
|
|
[IPv6SupportedCondition]
|
|
|
- [QuarantinedTest("https://github.com/dotnet/aspnetcore-internal/issues/2711")]
|
|
|
+ [QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/27401")]
|
|
|
public async Task RegisterAddresses_IPv6Port5000And5001Default_Success(string addressInput, string[] testUrls)
|
|
|
{
|
|
|
if ((!CanBindToEndpoint(IPAddress.Loopback, 5000) || !CanBindToEndpoint(IPAddress.IPv6Loopback, 5000)) &&
|
|
|
@@ -150,7 +150,7 @@ namespace Microsoft.AspNetCore.Server.Kestrel.FunctionalTests
|
|
|
[ConditionalTheory]
|
|
|
[MemberData(nameof(AddressRegistrationDataIPv6Port80))]
|
|
|
[IPv6SupportedCondition]
|
|
|
- [QuarantinedTest("https://github.com/dotnet/aspnetcore-internal/issues/2711")]
|
|
|
+ [QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/27401")]
|
|
|
public async Task RegisterAddresses_IPv6Port80_Success(string addressInput, string[] testUrls)
|
|
|
{
|
|
|
if (!CanBindToEndpoint(IPAddress.Loopback, 80) || !CanBindToEndpoint(IPAddress.IPv6Loopback, 80))
|
|
|
@@ -162,7 +162,7 @@ namespace Microsoft.AspNetCore.Server.Kestrel.FunctionalTests
|
|
|
}
|
|
|
|
|
|
[ConditionalTheory]
|
|
|
- [QuarantinedTest("https://github.com/dotnet/aspnetcore-internal/issues/2179")]
|
|
|
+ [QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/27401")]
|
|
|
[MemberData(nameof(AddressRegistrationDataIPv6ScopeId))]
|
|
|
[IPv6SupportedCondition]
|
|
|
[IPv6ScopeIdPresentCondition]
|
|
|
@@ -365,7 +365,7 @@ namespace Microsoft.AspNetCore.Server.Kestrel.FunctionalTests
|
|
|
|
|
|
[ConditionalFact]
|
|
|
[HostNameIsReachable]
|
|
|
- [QuarantinedTest]
|
|
|
+ [QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/27377")]
|
|
|
public async Task ListenAnyIP_HostName_Success()
|
|
|
{
|
|
|
var hostName = Dns.GetHostName();
|