Skip to content

Commit 4e05b34

Browse files
liveansMihaZupan
authored andcommitted
Disable SocketsHttpHandler_HttpClientHandler_MaxResponseHeadersLength_Http3 Test Suite (dotnet#101110)
* Disable SocketsHttpHandler_HttpClientHandler_MaxResponseHeadersLength_Http3 test suite * Update src/libraries/System.Net.Http/tests/FunctionalTests/SocketsHttpHandlerTest.cs Co-authored-by: Miha Zupan <mihazupan.zupan1@gmail.com> --------- Co-authored-by: Miha Zupan <mihazupan.zupan1@gmail.com>
1 parent e551dd5 commit 4e05b34

2 files changed

Lines changed: 2 additions & 6 deletions

File tree

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

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -73,12 +73,6 @@ await LoopbackServerFactory.CreateClientAndServerAsync(async uri =>
7373
[InlineData(15)]
7474
public async Task LargeSingleHeader_ThrowsException(int maxResponseHeadersLength)
7575
{
76-
if (UseVersion == HttpVersion30)
77-
{
78-
// [ActiveIssue("https://github.com/dotnet/runtime/issues/94507")]
79-
return;
80-
}
81-
8276
using HttpClientHandler handler = CreateHttpClientHandler();
8377
handler.MaxResponseHeadersLength = maxResponseHeadersLength;
8478

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1634,6 +1634,8 @@ public SocketsHttpHandler_HttpClientHandler_MaxResponseHeadersLength_Http2(ITest
16341634
}
16351635

16361636
[ConditionalClass(typeof(HttpClientHandlerTestBase), nameof(IsQuicSupported))]
1637+
[ActiveIssue("https://github.com/dotnet/runtime/issues/91757")]
1638+
[ActiveIssue("https://github.com/dotnet/runtime/issues/101015")]
16371639
public sealed class SocketsHttpHandler_HttpClientHandler_MaxResponseHeadersLength_Http3 : SocketsHttpHandler_HttpClientHandler_MaxResponseHeadersLength
16381640
{
16391641
public SocketsHttpHandler_HttpClientHandler_MaxResponseHeadersLength_Http3(ITestOutputHelper output) : base(output) { }

0 commit comments

Comments
 (0)