From e15addf57fa67df336a67ea5837dd9e3ccdb318d Mon Sep 17 00:00:00 2001 From: Ahmet Ibrahim Aksoy Date: Fri, 21 Jun 2024 14:21:12 +0300 Subject: [PATCH] Delete forgotten ActiveIssue from Http3 Tests (#103794) --- .../tests/FunctionalTests/SocketsHttpHandlerTest.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/libraries/System.Net.Http/tests/FunctionalTests/SocketsHttpHandlerTest.cs b/src/libraries/System.Net.Http/tests/FunctionalTests/SocketsHttpHandlerTest.cs index f2622e82162a86..ac29e81ea4d07f 100644 --- a/src/libraries/System.Net.Http/tests/FunctionalTests/SocketsHttpHandlerTest.cs +++ b/src/libraries/System.Net.Http/tests/FunctionalTests/SocketsHttpHandlerTest.cs @@ -1634,8 +1634,6 @@ 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")] [ActiveIssue("https://github.com/dotnet/runtime/issues/103703", typeof(PlatformDetection), nameof(PlatformDetection.IsArmProcess))] public sealed class SocketsHttpHandler_HttpClientHandler_MaxResponseHeadersLength_Http3 : SocketsHttpHandler_HttpClientHandler_MaxResponseHeadersLength {