Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -1528,9 +1528,14 @@ await server.AcceptConnectionSendCustomResponseAndCloseAsync(

[OuterLoop("Uses external servers")]
[Fact]
[ActiveIssue("https://github.com/dotnet/runtime/issues/29424")]
public async Task GetAsync_UnicodeHostName_SuccessStatusCodeInResponse()
{
// The site doesn't support HTTP/3.
if (UseVersion == HttpVersion30)
{
return;
}

using (HttpClient client = CreateHttpClient())
{
// international version of the Starbucks website
Expand Down
Loading