Disable a failing System.Core test for mt (#12987).
[mono.git] / mcs / class / System.Core / Test / System.Security.Cryptography / SHA256CryptoServiceProviderTest.cs
index 99caa9e354f7d4bd94fe11aca4010deea95ddef9..7edba2f9d23c470f8ec54e71b1f96cdb0712f838 100644 (file)
@@ -8,6 +8,8 @@
 // Copyright (C) 2004, 2007-2008 Novell, Inc (http://www.novell.com)
 //
 
+#if !MOBILE
+
 using NUnit.Framework;
 using System;
 using System.Security.Cryptography;
@@ -74,3 +76,5 @@ namespace MonoTests.System.Security.Cryptography {
                }
        }
 }
+
+#endif