From 505dda09f12ef0e78250ae70749b32275e7d2e43 Mon Sep 17 00:00:00 2001 From: Steve Sanderson Date: Fri, 10 May 2024 10:46:49 +0100 Subject: [PATCH] Quarantine Locking_ExecuteAllRequestsWhenDisabled --- src/Middleware/OutputCaching/test/OutputCacheMiddlewareTests.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Middleware/OutputCaching/test/OutputCacheMiddlewareTests.cs b/src/Middleware/OutputCaching/test/OutputCacheMiddlewareTests.cs index f7670b9d35f9..5430a9e09bbf 100644 --- a/src/Middleware/OutputCaching/test/OutputCacheMiddlewareTests.cs +++ b/src/Middleware/OutputCaching/test/OutputCacheMiddlewareTests.cs @@ -913,6 +913,7 @@ public async Task Locking_IgnoresNonCacheableResponses() } [Fact] + [QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/55652")] public async Task Locking_ExecuteAllRequestsWhenDisabled() { var responseCounter = 0;