From: Ludovic Henry Date: Thu, 20 Jul 2017 20:08:26 +0000 (-0400) Subject: Reenable MonoTests.Remoting.IpcChannelTest.Bug609381 (#5245) X-Git-Url: http://wien.tomnetworks.com/gitweb/?p=mono.git;a=commitdiff_plain;h=e58e0fcf57d0b60967bceb877cde585fdb248c09 Reenable MonoTests.Remoting.IpcChannelTest.Bug609381 (#5245) Fixes bug https://bugzilla.xamarin.com/show_bug.cgi?id=36634 --- diff --git a/mcs/class/System.Runtime.Remoting/Test/IpcChannelTest.cs b/mcs/class/System.Runtime.Remoting/Test/IpcChannelTest.cs index 45f76791b7c..6dbb89f2d58 100644 --- a/mcs/class/System.Runtime.Remoting/Test/IpcChannelTest.cs +++ b/mcs/class/System.Runtime.Remoting/Test/IpcChannelTest.cs @@ -28,7 +28,6 @@ namespace MonoTests.Remoting } [Test] - [Ignore ("https://bugzilla.xamarin.com/show_bug.cgi?id=36634")] public void Bug609381 () { string portName = "ipc" + Guid.NewGuid ().ToString ("N");