Skip to content
This repository was archived by the owner on Nov 22, 2018. It is now read-only.

Commit d2771a0

Browse files
authored
Merge pull request #184 from dotnet-maestro-bot/merge/release/2.2-to-master
[automated] Merge branch 'release/2.2' => 'master'
2 parents 1eca5a0 + b9166f1 commit d2771a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Microsoft.AspNetCore.Cors.Test/CorsPolicyBuilderTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ public void GetNormalizedOrigin_PreservesPort_ForNonIdnHosts(string origin, stri
368368
[InlineData("http://Bücher.example", "http://xn--bcher-kva.example")]
369369
[InlineData("http://Bücher.example.com:83", "http://xn--bcher-kva.example.com:83")]
370370
[InlineData("https://example.қаз", "https://example.xn--80ao21a")]
371-
[InlineData("http://😉.fm", "http://xn--n28h.fm")]
371+
[InlineData("http://😉.fm", "http://xn--n28h.fm", Skip = "Fails on Win2k8 R2")]
372372
// Note that in following case, the default port (443 for HTTPS) is not preserved.
373373
[InlineData("https://www.example.இந்தியா:443", "https://www.example.xn--xkc2dl3a5ee0h")]
374374
public void GetNormalizedOrigin_ReturnsPunyCodedOrigin(string origin, string expected)

0 commit comments

Comments
 (0)