X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2Fcorlib%2FTest%2FSystem.Reflection%2FMethodInfoTest.cs;h=3c953d6d2c719c21aece345756d1f6aa6a31aff3;hb=30c28c41d7859b7de6ecd7afb652468517048d12;hp=ba8cea1433fe2b5b18f0e8eb5ebdcffbbc33665f;hpb=0ea41d6afbeda9304c8257560e165740be2d4027;p=mono.git diff --git a/mcs/class/corlib/Test/System.Reflection/MethodInfoTest.cs b/mcs/class/corlib/Test/System.Reflection/MethodInfoTest.cs index ba8cea1433f..3c953d6d2c7 100644 --- a/mcs/class/corlib/Test/System.Reflection/MethodInfoTest.cs +++ b/mcs/class/corlib/Test/System.Reflection/MethodInfoTest.cs @@ -86,6 +86,7 @@ namespace MonoTests.System.Reflection } [Test] + [Category ("TargetJvmNotWorking")] public void ReturnTypePseudoCustomAttributes () { MethodInfo mi = typeof (MethodInfoTest).GetMethod ("ReturnTypeMarshalAs");