From de70ebc64529fb8675b0b7794fdbee2638ffe4a3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 25 Apr 2026 10:35:00 +0000 Subject: [PATCH] Unquarantine CacheTagHelperTest.ProcessAsync_AwaitersUseTheResultOfExecutor The test has been quarantined for 31+ days with a 100% pass rate across all quarantine pipeline runs. Removing [QuarantinedTest] attribute per issue #57567. 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