From c608109a5bfaad6440619fede7fef23440a36034 Mon Sep 17 00:00:00 2001 From: Andrew Casey Date: Mon, 23 Sep 2024 15:01:59 -0700 Subject: [PATCH] Revert "Unquarantine ServerReset_BeforeRequestBody_ClientBodyThrows (#57470)" This reverts commit 8a9be3df3cbd87b864ef83ee308823995ae9d8fc. --- .../test/Interop.FunctionalTests/HttpClientHttp2InteropTests.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Servers/Kestrel/test/Interop.FunctionalTests/HttpClientHttp2InteropTests.cs b/src/Servers/Kestrel/test/Interop.FunctionalTests/HttpClientHttp2InteropTests.cs index 27e0fe5427fc..d9166a9d824c 100644 --- a/src/Servers/Kestrel/test/Interop.FunctionalTests/HttpClientHttp2InteropTests.cs +++ b/src/Servers/Kestrel/test/Interop.FunctionalTests/HttpClientHttp2InteropTests.cs @@ -689,6 +689,7 @@ public async Task ServerReset_AfterTrailers_NoError(string scheme) await host.StopAsync().DefaultTimeout(); } + [QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/46717")] [Theory] [MemberData(nameof(SupportedSchemes))] public async Task ServerReset_BeforeRequestBody_ClientBodyThrows(string scheme)