[ios] Ignore the WindowsIdentityTest.SerializeRoundTrip test on iOS (see #12789)
authorSebastien Pouliot <sebastien@xamarin.com>
Thu, 20 Jun 2013 13:32:23 +0000 (09:32 -0400)
committerSebastien Pouliot <sebastien@xamarin.com>
Thu, 20 Jun 2013 13:32:35 +0000 (09:32 -0400)
mcs/class/corlib/Test/System.Security.Principal/WindowsIdentityTest.cs

index 4c84824c912b1a374e9f52263533836562f02f65..d3a1e2de3c4df48af34024155eb0582a0a96284e 100644 (file)
@@ -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 ();