Disable a failing System.Core test for mt (#12987).
[mono.git] / mcs / class / System.Core / Test / System.Security.Cryptography / AesManagedTest.cs
index 9841f0a6dda3e75d88cb97200c003aacdaee9f8c..6a399cac59a7c5e00abecf4117bd1f4032bcfac9 100644 (file)
@@ -37,7 +37,9 @@ namespace MonoTests.System.Security.Cryptography {
        public class AesManagedTest {
                
                [Test]
+#if !MOBILE
                [ExpectedException (typeof (CryptographicException))]
+#endif
                public void CFB_NotAllowed ()
                {
                        // that's differnt from RjindaelManaged
@@ -49,7 +51,9 @@ namespace MonoTests.System.Security.Cryptography {
                }
                
                [Test]
+#if !MOBILE
                [ExpectedException (typeof (CryptographicException))]
+#endif
                public void CTS_NotAllowed ()
                {
                        // this check is normally (e.g. RijndaelManaged) done later
@@ -59,7 +63,9 @@ namespace MonoTests.System.Security.Cryptography {
                }
                
                [Test]
+#if !MOBILE
                [ExpectedException (typeof (CryptographicException))]
+#endif
                public void OFB_NotAllowed ()
                {
                        // this check is normally (e.g. RijndaelManaged) done later