From e58e0fcf57d0b60967bceb877cde585fdb248c09 Mon Sep 17 00:00:00 2001 From: Ludovic Henry Date: Thu, 20 Jul 2017 16:08:26 -0400 Subject: [PATCH] Reenable MonoTests.Remoting.IpcChannelTest.Bug609381 (#5245) Fixes bug https://bugzilla.xamarin.com/show_bug.cgi?id=36634 --- mcs/class/System.Runtime.Remoting/Test/IpcChannelTest.cs | 1 - 1 file changed, 1 deletion(-) 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"); -- 2.25.1