Disable more security context tests on mobile
[mono.git] / mcs / class / corlib / Test / System.Security / SecureStringCas.cs
index 3f35de5c6ce4b5e7d0f27920f2b0951b3d5a9304..5752be0de83c82346f6be57eeea3a91d876fa69e 100644 (file)
@@ -58,7 +58,9 @@ namespace MonoCasTests.System.Security {
                        try {
                                SecureStringTest unit = new SecureStringTest ();
                                unit.DefaultConstructor ();
+#if !TARGET_JVM
                                unit.UnsafeConstructor ();
+#endif
                                unit.ReadOnly ();
                                unit.Disposed ();
                        }