diff --git a/src/Servers/HttpSys/test/FunctionalTests/ResponseCachingTests.cs b/src/Servers/HttpSys/test/FunctionalTests/ResponseCachingTests.cs index e85d23de94c3..3851273969d5 100644 --- a/src/Servers/HttpSys/test/FunctionalTests/ResponseCachingTests.cs +++ b/src/Servers/HttpSys/test/FunctionalTests/ResponseCachingTests.cs @@ -383,7 +383,6 @@ public async Task Caching_SendFileNoContentLength_NotCached() } [ConditionalFact] - [QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/32853")] public async Task Caching_SendFileWithFullContentLength_Cached() { var requestCount = 1;