Skip to content

Commit f85deee

Browse files
Quarantine Locking_ExecuteAllRequestsWhenDisabled (#55653)
1 parent f739b49 commit f85deee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Middleware/OutputCaching/test/OutputCacheMiddlewareTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -913,6 +913,7 @@ public async Task Locking_IgnoresNonCacheableResponses()
913913
}
914914

915915
[Fact]
916+
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/55652")]
916917
public async Task Locking_ExecuteAllRequestsWhenDisabled()
917918
{
918919
var responseCounter = 0;

0 commit comments

Comments
 (0)