Quarantine AppCanHandleClientAbortingConnectionMidRequest.

This commit is contained in:
N. Taylor Mullen 2020-04-10 10:34:05 -07:00
parent 399c2eed62
commit e7df020906
1 changed files with 1 additions and 0 deletions

View File

@ -789,6 +789,7 @@ namespace Microsoft.AspNetCore.Server.Kestrel.FunctionalTests
[Theory]
[MemberData(nameof(ConnectionMiddlewareData))]
[QuarantinedTest]
public async Task AppCanHandleClientAbortingConnectionMidRequest(ListenOptions listenOptions)
{
var readTcs = new TaskCompletionSource<object>(TaskCreationOptions.RunContinuationsAsynchronously);