We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b45b53 commit 99d82c2Copy full SHA for 99d82c2
src/libraries/Common/tests/System/Net/Http/HttpClientHandlerTest.cs
@@ -1244,6 +1244,7 @@ await LoopbackServerFactory.CreateClientAndServerAsync(async uri =>
1244
}
1245
1246
[Fact]
1247
+ [ActiveIssue("https://github.com/dotnet/runtime/issues/58812", TestPlatforms.Browser)]
1248
public async Task Dispose_DisposingHandlerCancelsActiveOperationsWithoutResponses()
1249
{
1250
if (IsWinHttpHandler && UseVersion >= HttpVersion20.Value)
0 commit comments