From 9eaffef319e7771a22b6a91248c4eb14675ed129 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 3 Apr 2026 10:58:44 +0000 Subject: [PATCH] Unquarantine ClientDisconnectTests.ReaderThrowsResetExceptionOnInvalidBody This test has been passing 100% for 30+ days in the quarantined pipeline (33 passes across 25 of 29 builds, 86% build coverage). Removing quarantine. Associated tracking issue: https://github.com/dotnet/aspnetcore/issues/55936 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- src/Servers/IIS/IIS/test/IIS.Tests/ClientDisconnectTests.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Servers/IIS/IIS/test/IIS.Tests/ClientDisconnectTests.cs b/src/Servers/IIS/IIS/test/IIS.Tests/ClientDisconnectTests.cs index 71121304fb4f..52fd933003a0 100644 --- a/src/Servers/IIS/IIS/test/IIS.Tests/ClientDisconnectTests.cs +++ b/src/Servers/IIS/IIS/test/IIS.Tests/ClientDisconnectTests.cs @@ -224,7 +224,6 @@ public async Task ReaderThrowsCanceledException() } } - [QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/55936")] [ConditionalFact] public async Task ReaderThrowsResetExceptionOnInvalidBody() {