Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Köplinger <alex.koeplinger@outlook.com>2015-12-04 23:43:21 +0300
committerAlexander Köplinger <alex.koeplinger@outlook.com>2015-12-04 23:43:21 +0300
commit21e8b26731ef1361e0bec37a316cf809d43fac52 (patch)
tree2af069f2f74c37dd2619fea1d2cbb4a6b0084d06 /mcs/class/System.Runtime.Remoting
parent6ca09a2af0273b0a3de7afc70ddcf2adc0363b78 (diff)
[System.Runtime.Remoting] Disable a test that hangs on Linux for now
I talked with Ludovic about this and we're going to disable the test until we figure out what happens.
Diffstat (limited to 'mcs/class/System.Runtime.Remoting')
-rw-r--r--mcs/class/System.Runtime.Remoting/Test/IpcChannelTest.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/mcs/class/System.Runtime.Remoting/Test/IpcChannelTest.cs b/mcs/class/System.Runtime.Remoting/Test/IpcChannelTest.cs
index 54a4146701f..831c69e72b5 100644
--- a/mcs/class/System.Runtime.Remoting/Test/IpcChannelTest.cs
+++ b/mcs/class/System.Runtime.Remoting/Test/IpcChannelTest.cs
@@ -28,6 +28,7 @@ namespace MonoTests.Remoting
}
[Test]
+ [Ignore ("https://bugzilla.xamarin.com/show_bug.cgi?id=36634")]
public void Bug609381 ()
{
string portName = "ipc" + Guid.NewGuid ().ToString ("N");