Skip to content

Commit d168ab0

Browse files
authored
Quarantine ResponseBody_WriteContentLength_PassedThrough (#63533)
1 parent aea2233 commit d168ab0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Servers/HttpSys/test/FunctionalTests/ResponseBodyTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,7 @@ public async Task ResponseBody_WriteChunked_ManuallyChunked()
206206
}
207207

208208
[ConditionalFact]
209+
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/63532")]
209210
public async Task ResponseBody_WriteContentLength_PassedThrough()
210211
{
211212
string address;

0 commit comments

Comments
 (0)