未验证 提交 db70edd1 编写于 作者: A Alexander Nikolaev 提交者: GitHub

Disable GetAsync_UnicodeHostName_SuccessStatusCodeInResponse (#37487)

SocketsHttpHandlerTest_HttpClientHandlerTest_Http2.GetAsync_UnicodeHostName_SuccessStatusCodeInResponse is periodically failing with TimeoutException. It seems to be caused by the target server unavailability, this PR disables the test until a new unicode test host is found.
上级 8d3e7188
......@@ -1625,6 +1625,7 @@ public async Task GetAsync_StatusCodeOutOfRange_ExpectedException(int statusCode
[OuterLoop("Uses external server")]
[Fact]
[ActiveIssue("https://github.com/dotnet/runtime/issues/29424")]
public async Task GetAsync_UnicodeHostName_SuccessStatusCodeInResponse()
{
using (HttpClient client = CreateHttpClient())
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册