diff --git a/src/libraries/Common/tests/System/Net/Http/HttpClientHandlerTest.cs b/src/libraries/Common/tests/System/Net/Http/HttpClientHandlerTest.cs index b18dd83dcbeb71..6d8f1599f66b11 100644 --- a/src/libraries/Common/tests/System/Net/Http/HttpClientHandlerTest.cs +++ b/src/libraries/Common/tests/System/Net/Http/HttpClientHandlerTest.cs @@ -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