Skip to content
This repository has been archived by the owner on Aug 2, 2023. It is now read-only.

Commit

Permalink
Re-enabling SocketFacts tests on linux (#2120)
Browse files Browse the repository at this point in the history
* Re-enabling SocketFacts tests on linux to test if they fail

* Disabling RunStressPingPongTest_Libuv test again (for Linux)
  • Loading branch information
ahsonkhan authored Feb 14, 2018
1 parent d2c4426 commit 7b6ea36
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/System.IO.Pipelines.Extensions.Tests/SocketsFacts.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,7 @@ public void Dispose()
Assert.Equal(0, SocketConnection.SmallBuffersInUse);
}

#if (Windows || OSX) // "The test hangs on linux"
[Fact]
#endif
public async Task CanCreateWorkingEchoServer_PipelineLibuvServer_NonPipelineClient()
{
var endpoint = new IPEndPoint(IPAddress.Loopback, 5010);
Expand Down Expand Up @@ -95,9 +93,7 @@ public async Task CanCreateWorkingEchoServer_PipelineSocketServer_PipelineSocket
Assert.Equal(MessageToSend, reply);
}

#if (Windows || OSX) // "The test hangs on linux"
[Fact]
#endif
public void CanCreateWorkingEchoServer_PipelineSocketServer_NonPipelineClient()
{
var endpoint = new IPEndPoint(IPAddress.Loopback, 5030);
Expand Down

0 comments on commit 7b6ea36

Please sign in to comment.