Skip to content

Commit e7df020

Browse files
author
N. Taylor Mullen
committed
Quarantine AppCanHandleClientAbortingConnectionMidRequest.
1 parent 399c2ee commit e7df020

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Servers/Kestrel/test/FunctionalTests/RequestTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -789,6 +789,7 @@ await connection.Send(
789789

790790
[Theory]
791791
[MemberData(nameof(ConnectionMiddlewareData))]
792+
[QuarantinedTest]
792793
public async Task AppCanHandleClientAbortingConnectionMidRequest(ListenOptions listenOptions)
793794
{
794795
var readTcs = new TaskCompletionSource<object>(TaskCreationOptions.RunContinuationsAsynchronously);

0 commit comments

Comments
 (0)