Remove skipped test

Fixes https://github.com/aspnet/AspNetCore/issues/3597
This commit is contained in:
Pranav K 2018-10-30 11:00:44 -07:00
parent f5a0237486
commit be53aa9cac
1 changed files with 0 additions and 1 deletions

View File

@ -368,7 +368,6 @@ namespace Microsoft.AspNetCore.Cors.Infrastructure
[InlineData("http://Bücher.example", "http://xn--bcher-kva.example")] [InlineData("http://Bücher.example", "http://xn--bcher-kva.example")]
[InlineData("http://Bücher.example.com:83", "http://xn--bcher-kva.example.com:83")] [InlineData("http://Bücher.example.com:83", "http://xn--bcher-kva.example.com:83")]
[InlineData("https://example.қаз", "https://example.xn--80ao21a")] [InlineData("https://example.қаз", "https://example.xn--80ao21a")]
[InlineData("http://😉.fm", "http://xn--n28h.fm", Skip = "Fails on Win2k8 R2")]
// Note that in following case, the default port (443 for HTTPS) is not preserved. // Note that in following case, the default port (443 for HTTPS) is not preserved.
[InlineData("https://www.example.இந்தியா:443", "https://www.example.xn--xkc2dl3a5ee0h")] [InlineData("https://www.example.இந்தியா:443", "https://www.example.xn--xkc2dl3a5ee0h")]
public void GetNormalizedOrigin_ReturnsPunyCodedOrigin(string origin, string expected) public void GetNormalizedOrigin_ReturnsPunyCodedOrigin(string origin, string expected)