Revert "[System] Ignore two tests which are failing due to external factors changing."
authorRolf Bjarne Kvinge <rolf@xamarin.com>
Tue, 25 Nov 2014 08:38:06 +0000 (09:38 +0100)
committerRolf Bjarne Kvinge <rolf@xamarin.com>
Tue, 25 Nov 2014 08:38:06 +0000 (09:38 +0100)
This reverts commit 597183658e04260ba493495bcff2da28222b48b8.

According to the comments on the commit [1], this has already been fixed.

[1] https://github.com/mono/mono/commit/597183658e04260ba493495bcff2da28222b48b8

mcs/class/System/Test/System.Net.WebSockets/ClientWebSocketTest.cs

index 6ac81723d256323574d1fe207424f04c333676b0..aac260d0314873cc01e9719e15459fe58a9aa8b8 100644 (file)
@@ -101,7 +101,6 @@ namespace MonoTests.System.Net.WebSockets
                }
 
                [Test]
-               [Ignore ("See bug #24340")]
                public void EchoTest ()
                {
                        const string Payload = "This is a websocket test";
@@ -126,7 +125,6 @@ namespace MonoTests.System.Net.WebSockets
                }
 
                [Test]
-               [Ignore ("See bug #24340")]
                public void CloseOutputAsyncTest ()
                {
                        Assert.IsTrue (socket.ConnectAsync (new Uri (EchoServerUrl), CancellationToken.None).Wait (5000));