Skip to content

Commit 99d82c2

Browse files
authored
disable fragile http test on wasm (#62852)
1 parent 6b45b53 commit 99d82c2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/libraries/Common/tests/System/Net/Http/HttpClientHandlerTest.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1244,6 +1244,7 @@ await LoopbackServerFactory.CreateClientAndServerAsync(async uri =>
12441244
}
12451245

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

0 commit comments

Comments
 (0)