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;