Remove skip condition for IPv6 with scope ID on Linux and Mac (#964)

- Was required to workaround https://github.com/dotnet/corefx/issues/8235 which is now fixed.
This commit is contained in:
Mike Harder 2016-07-11 17:53:59 -07:00 committed by GitHub
parent 8a43be94ef
commit 2f36c80970
1 changed files with 0 additions and 2 deletions

View File

@ -53,8 +53,6 @@ namespace Microsoft.AspNetCore.Server.Kestrel.FunctionalTests
[ConditionalTheory, MemberData(nameof(AddressRegistrationDataIPv6ScopeId))]
[IPv6SupportedCondition]
[OSSkipCondition(OperatingSystems.Linux, SkipReason = "HttpClient does not support IPv6 with scope ID on Linux (https://github.com/dotnet/corefx/issues/8235).")]
[OSSkipCondition(OperatingSystems.MacOSX, SkipReason = "HttpClient does not support IPv6 with scope ID on Mac (https://github.com/dotnet/corefx/issues/8235).")]
public async Task RegisterAddresses_IPv6ScopeId_Success(string addressInput, Func<IServerAddressesFeature, string[]> testUrls)
{
await RegisterAddresses_Success(addressInput, testUrls);