Skip to content

Commit 039d47c

Browse files
authored
Skip test that times out in CI (#44602)
1 parent d0153e0 commit 039d47c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -786,8 +786,9 @@ await connection.Send(
786786
mockKestrelTrace.Verify(t => t.ConnectionStop(It.IsAny<string>()), Times.Once());
787787
}
788788

789-
[Theory]
789+
[ConditionalTheory]
790790
[MemberData(nameof(ConnectionMiddlewareData))]
791+
[SkipOnCI]
791792
public async Task AppCanHandleClientAbortingConnectionMidRequest(ListenOptions listenOptions)
792793
{
793794
var readTcs = new TaskCompletionSource<object>(TaskCreationOptions.RunContinuationsAsynchronously);

0 commit comments

Comments
 (0)