Skip to content

Commit

Permalink
Disable SocketsHttpHandler_HttpClientHandler_MaxResponseHeadersLength…
Browse files Browse the repository at this point in the history
…_Http3 Test Suite (#101110)

* Disable SocketsHttpHandler_HttpClientHandler_MaxResponseHeadersLength_Http3 test suite

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

Co-authored-by: Miha Zupan <[email protected]>

---------

Co-authored-by: Miha Zupan <[email protected]>
  • Loading branch information
liveans and MihaZupan authored Apr 16, 2024
1 parent c30ea34 commit f8afaea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,12 +73,6 @@ await LoopbackServerFactory.CreateClientAndServerAsync(async uri =>
[InlineData(15)]
public async Task LargeSingleHeader_ThrowsException(int maxResponseHeadersLength)
{
if (UseVersion == HttpVersion30)
{
// [ActiveIssue("https://github.com/dotnet/runtime/issues/94507")]
return;
}

using HttpClientHandler handler = CreateHttpClientHandler();
handler.MaxResponseHeadersLength = maxResponseHeadersLength;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1634,6 +1634,8 @@ public SocketsHttpHandler_HttpClientHandler_MaxResponseHeadersLength_Http2(ITest
}

[ConditionalClass(typeof(HttpClientHandlerTestBase), nameof(IsQuicSupported))]
[ActiveIssue("https://github.com/dotnet/runtime/issues/91757")]
[ActiveIssue("https://github.com/dotnet/runtime/issues/101015")]
public sealed class SocketsHttpHandler_HttpClientHandler_MaxResponseHeadersLength_Http3 : SocketsHttpHandler_HttpClientHandler_MaxResponseHeadersLength
{
public SocketsHttpHandler_HttpClientHandler_MaxResponseHeadersLength_Http3(ITestOutputHelper output) : base(output) { }
Expand Down

0 comments on commit f8afaea

Please sign in to comment.