Skip to content

Commit

Permalink
disable fragile http test on wasm (dotnet#62852)
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelsavara committed Dec 16, 2021
1 parent 6b45b53 commit 99d82c2
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1244,6 +1244,7 @@ await LoopbackServerFactory.CreateClientAndServerAsync(async uri =>
}

[Fact]
[ActiveIssue("https://github.com/dotnet/runtime/issues/58812", TestPlatforms.Browser)]
public async Task Dispose_DisposingHandlerCancelsActiveOperationsWithoutResponses()
{
if (IsWinHttpHandler && UseVersion >= HttpVersion20.Value)
Expand Down

0 comments on commit 99d82c2

Please sign in to comment.