From 0f03b6171a359487851351a13c212833b0cd261d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 23 Mar 2026 10:46:27 +0000 Subject: [PATCH] Unquarantine CacheTagHelperTest.ProcessAsync_AwaitersUseTheResultOfExecutor (issue #57567) Test has been passing with 100% pass rate for 73+ days in the quarantined pipeline. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- src/Mvc/Mvc.TagHelpers/test/CacheTagHelperTest.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Mvc/Mvc.TagHelpers/test/CacheTagHelperTest.cs b/src/Mvc/Mvc.TagHelpers/test/CacheTagHelperTest.cs index 0ef5faff903f..e0779ea5e890 100644 --- a/src/Mvc/Mvc.TagHelpers/test/CacheTagHelperTest.cs +++ b/src/Mvc/Mvc.TagHelpers/test/CacheTagHelperTest.cs @@ -881,7 +881,6 @@ public async Task ProcessAsync_ThrowsExceptionForAwaiters_IfExecutorEncountersAn } [Fact] - [QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/57567")] public async Task ProcessAsync_AwaitersUseTheResultOfExecutor() { // Arrange