Skip to content

Commit

Permalink
[Tests] Disable Mono.Android WebSocket tests (#6197)
Browse files Browse the repository at this point in the history
The `echo.websocket.org` server used by the tests appears to no
longer be available.

Disable the tests for now until we figure out what service we
can use to replace `echo.websocket.org`
  • Loading branch information
grendello committed Aug 18, 2021
1 parent f7d3210 commit ff0d05f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/Mono.Android-Tests/System.Net/WebSocketTests.cs
Expand Up @@ -10,6 +10,7 @@ namespace System.NetTests
public class WebSocketTests
{
[Test, Category ("InetAccess")]
[Ignore ("echo.websocket.org is not available anymore")]
public void TestSocketConnection()
{
string testMessage = "This is a test!";
Expand Down

0 comments on commit ff0d05f

Please sign in to comment.