From 8a1874d14d60bc56b22179992ed5cbfcf5b66456 Mon Sep 17 00:00:00 2001 From: pavelsavara Date: Wed, 15 Dec 2021 19:15:32 +0100 Subject: [PATCH] disable fragile http test on wasm --- .../Common/tests/System/Net/Http/HttpClientHandlerTest.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/libraries/Common/tests/System/Net/Http/HttpClientHandlerTest.cs b/src/libraries/Common/tests/System/Net/Http/HttpClientHandlerTest.cs index a9cfadd7e35ae8..48379e2b505509 100644 --- a/src/libraries/Common/tests/System/Net/Http/HttpClientHandlerTest.cs +++ b/src/libraries/Common/tests/System/Net/Http/HttpClientHandlerTest.cs @@ -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)