Skip to content

Commit ff0d05f

Browse files
authored
[Tests] Disable Mono.Android WebSocket tests (#6197)
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`
1 parent f7d3210 commit ff0d05f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/Mono.Android-Tests/System.Net/WebSocketTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ namespace System.NetTests
1010
public class WebSocketTests
1111
{
1212
[Test, Category ("InetAccess")]
13+
[Ignore ("echo.websocket.org is not available anymore")]
1314
public void TestSocketConnection()
1415
{
1516
string testMessage = "This is a test!";

0 commit comments

Comments
 (0)