Update RequestTests.cs (#23629)

This commit is contained in:
Brennan 2020-07-02 13:23:40 -07:00 committed by GitHub
parent a729c4230e
commit aedcfbd5c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -1048,6 +1048,7 @@ namespace Microsoft.AspNetCore.Server.Kestrel.InMemory.FunctionalTests
}
[Fact]
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/23628")]
public async Task ContentLengthReadAsyncSingleBytesAtATime()
{
var testContext = new TestServiceContext(LoggerFactory);