From ff0d05fa2e2e76e9bee626e77258f02b10192c4a Mon Sep 17 00:00:00 2001 From: Marek Habersack Date: Wed, 18 Aug 2021 17:24:28 +0000 Subject: [PATCH] [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` --- tests/Mono.Android-Tests/System.Net/WebSocketTests.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/Mono.Android-Tests/System.Net/WebSocketTests.cs b/tests/Mono.Android-Tests/System.Net/WebSocketTests.cs index 3fd25c58144..7dd880bdf9a 100644 --- a/tests/Mono.Android-Tests/System.Net/WebSocketTests.cs +++ b/tests/Mono.Android-Tests/System.Net/WebSocketTests.cs @@ -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!";