Browse Source

Quarantine ResponseBody_WriteContentLength_PassedThrough (#63534)

Co-authored-by: William Godbe <[email protected]>
github-actions[bot] 6 months ago
parent
commit
ce61ebc2aa
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/Servers/HttpSys/test/FunctionalTests/ResponseBodyTests.cs

+ 1 - 0
src/Servers/HttpSys/test/FunctionalTests/ResponseBodyTests.cs

@@ -206,6 +206,7 @@ public class ResponseBodyTests : LoggedTest
     }
 
     [ConditionalFact]
+    [QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/63532")]
     public async Task ResponseBody_WriteContentLength_PassedThrough()
     {
         string address;