We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f739b49 commit f85deeeCopy full SHA for f85deee
src/Middleware/OutputCaching/test/OutputCacheMiddlewareTests.cs
@@ -913,6 +913,7 @@ public async Task Locking_IgnoresNonCacheableResponses()
913
}
914
915
[Fact]
916
+ [QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/55652")]
917
public async Task Locking_ExecuteAllRequestsWhenDisabled()
918
{
919
var responseCounter = 0;
0 commit comments