Просмотр исходного кода

Quarantine ResponseBody_WriteContentLength_PassedThrough (#63533)

William Godbe 6 месяцев назад
Родитель
Сommit
d168ab01a3
1 измененных файлов с 1 добавлено и 0 удалено
  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;