From 1065fe4e2b3756574b98888bb71aa74bb87942ad Mon Sep 17 00:00:00 2001 From: Sebastien Pouliot Date: Thu, 20 Jun 2013 09:32:23 -0400 Subject: [PATCH] [ios] Ignore the WindowsIdentityTest.SerializeRoundTrip test on iOS (see #12789) --- .../Test/System.Security.Principal/WindowsIdentityTest.cs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mcs/class/corlib/Test/System.Security.Principal/WindowsIdentityTest.cs b/mcs/class/corlib/Test/System.Security.Principal/WindowsIdentityTest.cs index 4c84824c912..d3a1e2de3c4 100644 --- a/mcs/class/corlib/Test/System.Security.Principal/WindowsIdentityTest.cs +++ b/mcs/class/corlib/Test/System.Security.Principal/WindowsIdentityTest.cs @@ -213,6 +213,9 @@ namespace MonoTests.System.Security.Principal { } [Test] +#if __IOS__ + [Ignore ("https://bugzilla.xamarin.com/show_bug.cgi?id=12789")] +#endif public void SerializeRoundTrip () { WindowsIdentity wi = WindowsIdentity.GetCurrent (); -- 2.25.1