Skip to content

Commit f32b55f

Browse files
authored
Disable test SendAsync_WithZeroLengthHeaderName_Throws (#56363)
Test: System.Net.Http.Functional.Tests.SocketsHttpHandlerTest_HttpClientHandlerTest_Headers_Http3_MsQuic.SendAsync_WithZeroLengthHeaderName_Throws Disabled test tracked by #56292
1 parent b9e3c72 commit f32b55f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/libraries/System.Net.Http/tests/FunctionalTests/HttpClientHandlerTest.Headers.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -407,6 +407,7 @@ public async Task SendAsync_GetWithInvalidHostHeader_ThrowsException()
407407
}
408408

409409
[Fact]
410+
[ActiveIssue("https://github.com/dotnet/runtime/issues/56292")]
410411
[ActiveIssue("https://github.com/dotnet/runtime/issues/54160", TestPlatforms.Browser)]
411412
public async Task SendAsync_WithZeroLengthHeaderName_Throws()
412413
{

0 commit comments

Comments
 (0)