Update RequestTests.cs (#23629)
This commit is contained in:
parent
a729c4230e
commit
aedcfbd5c0
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue