Skip to content

Commit

Permalink
Disable test SendAsync_WithZeroLengthHeaderName_Throws (#56363)
Browse files Browse the repository at this point in the history
Test: System.Net.Http.Functional.Tests.SocketsHttpHandlerTest_HttpClientHandlerTest_Headers_Http3_MsQuic.SendAsync_WithZeroLengthHeaderName_Throws

Disabled test tracked by #56292
  • Loading branch information
karelz authored Jul 27, 2021
1 parent b9e3c72 commit f32b55f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -407,6 +407,7 @@ public async Task SendAsync_GetWithInvalidHostHeader_ThrowsException()
}

[Fact]
[ActiveIssue("https://github.com/dotnet/runtime/issues/56292")]
[ActiveIssue("https://github.com/dotnet/runtime/issues/54160", TestPlatforms.Browser)]
public async Task SendAsync_WithZeroLengthHeaderName_Throws()
{
Expand Down

0 comments on commit f32b55f

Please sign in to comment.