Skip to content

Commit f6c5929

Browse files
authored
Disable Http3 LargeSingleHeader_ThrowsException Test (#91930)
Disabling HTTP/3 test `LargeSingleHeader_ThrowsException` against #74896 because it's happening quite often until we're back to investigate it. Related to #91757
1 parent 3f30670 commit f6c5929

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/libraries/System.Net.Http/tests/FunctionalTests/SocketsHttpHandlerTest.cs

+1
Original file line numberDiff line numberDiff line change
@@ -1633,6 +1633,7 @@ public SocketsHttpHandler_HttpClientHandler_MaxResponseHeadersLength_Http2(ITest
16331633
protected override Version UseVersion => HttpVersion.Version20;
16341634
}
16351635

1636+
[ActiveIssue("https://github.com/dotnet/runtime/issues/74896")]
16361637
[ConditionalClass(typeof(HttpClientHandlerTestBase), nameof(IsQuicSupported))]
16371638
public sealed class SocketsHttpHandler_HttpClientHandler_MaxResponseHeadersLength_Http3 : SocketsHttpHandler_HttpClientHandler_MaxResponseHeadersLength
16381639
{

0 commit comments

Comments
 (0)