From 042d9185a47ad665ba057d23bacbcfdffd1ae3f6 Mon Sep 17 00:00:00 2001 From: Tanay Parikh Date: Wed, 9 Mar 2022 08:23:50 -0800 Subject: [PATCH] Unquarantine GET_GracefulServerShutdown_AbortRequestsAfterHostTimeout This test now has a 100% 30 day pass rate: image Fixes: https://github.com/dotnet/aspnetcore/issues/39985 --- .../test/Interop.FunctionalTests/Http3/Http3RequestTests.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Servers/Kestrel/test/Interop.FunctionalTests/Http3/Http3RequestTests.cs b/src/Servers/Kestrel/test/Interop.FunctionalTests/Http3/Http3RequestTests.cs index b4b6a03f77ea..77847beb0663 100644 --- a/src/Servers/Kestrel/test/Interop.FunctionalTests/Http3/Http3RequestTests.cs +++ b/src/Servers/Kestrel/test/Interop.FunctionalTests/Http3/Http3RequestTests.cs @@ -1471,7 +1471,6 @@ public async Task GET_ConnectionInfo_PropertiesSet() [MsQuicSupported] [InlineData(HttpProtocols.Http3)] [InlineData(HttpProtocols.Http2)] - [QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/39985")] public async Task GET_GracefulServerShutdown_AbortRequestsAfterHostTimeout(HttpProtocols protocol) { // Arrange