From 55e2d9514f03496d4172e50c321519faa8a9536d Mon Sep 17 00:00:00 2001 From: Youssef Fahmy Date: Thu, 30 Apr 2026 13:20:19 +0200 Subject: [PATCH] =?UTF-8?q?Revert=20"Unquarantine=20CacheTagHelperTest.Pro?= =?UTF-8?q?cessAsync=5FAwaitersUseTheResultOfEx=E2=80=A6"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 6c62e4bb53ee90c65c1e4e99ed4b1074e3cbf013. --- 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