Skip to content

Commit 2db46b4

Browse files
jonathanpeppersjonpryor
authored andcommitted
[One .NET] enable WebSocketTests (#6028)
Fixes: #5801 Web sockets appear to be working in .NET 6 Preview 5 and higher. I think we can simply enable these tests now.
1 parent a29bca2 commit 2db46b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ namespace System.NetTests
99
[TestFixture]
1010
public class WebSocketTests
1111
{
12-
[Test, Category ("InetAccess"), Category ("DotNetIgnore")] // https://github.com/xamarin/xamarin-android/issues/5801
12+
[Test, Category ("InetAccess")]
1313
public void TestSocketConnection()
1414
{
1515
string testMessage = "This is a test!";

0 commit comments

Comments
 (0)