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 d0153e0 commit 039d47cCopy full SHA for 039d47c
src/Servers/Kestrel/test/FunctionalTests/RequestTests.cs
@@ -786,8 +786,9 @@ await connection.Send(
786
mockKestrelTrace.Verify(t => t.ConnectionStop(It.IsAny<string>()), Times.Once());
787
}
788
789
- [Theory]
+ [ConditionalTheory]
790
[MemberData(nameof(ConnectionMiddlewareData))]
791
+ [SkipOnCI]
792
public async Task AppCanHandleClientAbortingConnectionMidRequest(ListenOptions listenOptions)
793
{
794
var readTcs = new TaskCompletionSource<object>(TaskCreationOptions.RunContinuationsAsynchronously);
0 commit comments