Mark tests as not working under TARGET_JVM
[mono.git] / mcs / class / corlib / Test / System.Reflection / MethodInfoTest.cs
index ba8cea1433fe2b5b18f0e8eb5ebdcffbbc33665f..3c953d6d2c719c21aece345756d1f6aa6a31aff3 100644 (file)
@@ -86,6 +86,7 @@ namespace MonoTests.System.Reflection
                }
 
                [Test]
+               [Category ("TargetJvmNotWorking")]
                public void ReturnTypePseudoCustomAttributes () {
                        MethodInfo mi = typeof (MethodInfoTest).GetMethod ("ReturnTypeMarshalAs");