From 807ddc9a46c7d307a8bee9bafbc1cb87d4dce86f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 9 May 2026 10:40:39 +0000 Subject: [PATCH] Re-quarantine HttpClientHttp2InteropTests.ServerReset_BeforeRequestBody_ClientBodyThrows (issue #46717) The test was unquarantined on 2026-05-01 but failed again on 2026-05-04 in build 1407963 with a TimeoutException instead of HttpProtocolException. Associated issue: #46717 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- .../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..41f5ae0813e1 100644 --- a/src/Servers/Kestrel/test/Interop.FunctionalTests/HttpClientHttp2InteropTests.cs +++ b/src/Servers/Kestrel/test/Interop.FunctionalTests/HttpClientHttp2InteropTests.cs @@ -691,6 +691,7 @@ public async Task ServerReset_AfterTrailers_NoError(string scheme) [Theory] [MemberData(nameof(SupportedSchemes))] + [QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/46717")] public async Task ServerReset_BeforeRequestBody_ClientBodyThrows(string scheme) { var clientEcho = new TaskCompletionSource(TaskCreationOptions.RunContinuationsAsynchronously);