From 1a124cbff4c080025adb359e0db3b7c923874719 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 19 Apr 2026 10:33:29 +0000 Subject: [PATCH] Unquarantine Http2TimeoutTests.HEADERS_ReceivedWithoutAllCONTINUATIONs_WithinRequestHeadersTimeout_AbortsConnection The test has been passing with a 100% pass rate (198 passes, 0 failures) across all 19 builds in the quarantined-tests pipeline over the past 30+ days. The attribute was quarantined on 2026-03-18 (32 days ago) due to issue #65853. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- .../test/InMemory.FunctionalTests/Http2/Http2TimeoutTests.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Servers/Kestrel/test/InMemory.FunctionalTests/Http2/Http2TimeoutTests.cs b/src/Servers/Kestrel/test/InMemory.FunctionalTests/Http2/Http2TimeoutTests.cs index 665fc0bcc09e..6c0486a8e224 100644 --- a/src/Servers/Kestrel/test/InMemory.FunctionalTests/Http2/Http2TimeoutTests.cs +++ b/src/Servers/Kestrel/test/InMemory.FunctionalTests/Http2/Http2TimeoutTests.cs @@ -169,7 +169,6 @@ await ExpectAsync(Http2FrameType.DATA, } [Fact] - [QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/65853")] public async Task HEADERS_ReceivedWithoutAllCONTINUATIONs_WithinRequestHeadersTimeout_AbortsConnection() { var limits = _serviceContext.ServerOptions.Limits;