From 4632a1fcb179a491d4f27c8265738cc141f2dd53 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 25 Mar 2026 10:39:38 +0000 Subject: [PATCH] Re-quarantine CacheTagHelperTest.ProcessAsync_AwaitersUseTheResultOfExecutor (issue #57567) The test was unquarantined on 2026-03-23 but failed again immediately (builds 1350312 and 1350481). Re-quarantining to prevent CI noise. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- src/Mvc/Mvc.TagHelpers/test/CacheTagHelperTest.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Mvc/Mvc.TagHelpers/test/CacheTagHelperTest.cs b/src/Mvc/Mvc.TagHelpers/test/CacheTagHelperTest.cs index e0779ea5e890..0ef5faff903f 100644 --- a/src/Mvc/Mvc.TagHelpers/test/CacheTagHelperTest.cs +++ b/src/Mvc/Mvc.TagHelpers/test/CacheTagHelperTest.cs @@ -881,6 +881,7 @@ public async Task ProcessAsync_ThrowsExceptionForAwaiters_IfExecutorEncountersAn } [Fact] + [QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/57567")] public async Task ProcessAsync_AwaitersUseTheResultOfExecutor() { // Arrange