some tests comment out for target_jvm
[mono.git] / mcs / class / corlib / Test / System.Security.Cryptography.X509Certificates / X509CapiTest.cs
index c7f10d4129b64fc426fe41a4920df93634e0eb0e..90f1c88a45f4638387e5c810480b142241453ff2 100644 (file)
@@ -7,7 +7,7 @@
 // (C) 2003 Motus Technologies Inc. (http://www.motus.com)
 // Copyright (C) 2005 Novell, Inc (http://www.novell.com)
 //
-
+#if !TARGET_JVM
 using NUnit.Framework;
 
 using System;
@@ -171,3 +171,4 @@ namespace MonoTests.System.Security.Cryptography.X509Certificates {
                }
        }
 }
+#endif
\ No newline at end of file