We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 399c2ee commit e7df020Copy full SHA for e7df020
src/Servers/Kestrel/test/FunctionalTests/RequestTests.cs
@@ -789,6 +789,7 @@ await connection.Send(
789
790
[Theory]
791
[MemberData(nameof(ConnectionMiddlewareData))]
792
+ [QuarantinedTest]
793
public async Task AppCanHandleClientAbortingConnectionMidRequest(ListenOptions listenOptions)
794
{
795
var readTcs = new TaskCompletionSource<object>(TaskCreationOptions.RunContinuationsAsynchronously);
0 commit comments