Skip to content
This repository was archived by the owner on Dec 18, 2018. It is now read-only.

Commit c74bb0c

Browse files
committed
Skip more tests on Mono to prevent hangs
- It seems like I missed some FrameworkSkipConditions when I merged these tests
1 parent ebf6424 commit c74bb0c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/Microsoft.AspNet.Server.KestrelTests/EngineTests.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -933,6 +933,7 @@ await connection.ReceiveEnd(
933933

934934
[Theory]
935935
[MemberData(nameof(ConnectionFilterData))]
936+
[FrameworkSkipCondition(RuntimeFrameworks.Mono, SkipReason = "Test hangs after execution on Mono.")]
936937
public async Task RequestsCanBeAbortedMidRead(ServiceContext testContext)
937938
{
938939
var readTcs = new TaskCompletionSource<object>();
@@ -1005,6 +1006,7 @@ await connection.ReceiveEnd(
10051006

10061007
[Theory]
10071008
[MemberData(nameof(ConnectionFilterData))]
1009+
[FrameworkSkipCondition(RuntimeFrameworks.Mono, SkipReason = "Test hangs after execution on Mono.")]
10081010
public async Task FailedWritesResultInAbortedRequest(ServiceContext testContext)
10091011
{
10101012
var writeTcs = new TaskCompletionSource<object>();

0 commit comments

Comments
 (0)