Skip to content

Commit c628f03

Browse files
author
Adit Sheth
committed
Fixed bug 60110.
1 parent 029978c commit c628f03

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

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

350350
[Theory]
351+
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/60110")]
351352
[MemberData(nameof(ConnectionMiddlewareData))]
352353
public async Task AppCanHandleClientAbortingConnectionMidResponse(ListenOptions listenOptions)
353354
{

0 commit comments

Comments
 (0)