[tests] Disable on Android
authorMarek Habersack <grendel@twistedcode.net>
Tue, 7 Jul 2015 09:30:27 +0000 (11:30 +0200)
committerMarek Habersack <grendel@twistedcode.net>
Wed, 15 Jul 2015 18:45:35 +0000 (20:45 +0200)
Fails with System.MethodAccessException : Method `t17:.ctor ()' is inaccessible from method `t18:.ctor ()'

mcs/class/corlib/Test/System.Reflection.Emit/TypeBuilderTest.cs

index 0f96aed7155c16ae6287effdf14c5fe0ad0cf2a1..9fc06a5d5a7f482de23c2d0aefed3d987f6f0706 100644 (file)
@@ -1182,6 +1182,7 @@ namespace MonoTests.System.Reflection.Emit
                }
 
                [Test]
+               [Category ("AndroidNotWorking")] // Fails with System.MethodAccessException : Method `t17:.ctor ()' is inaccessible from method `t18:.ctor ()'
                public void DefineDefaultConstructor_Parent_DefaultCtorInaccessible ()
                {
                        TypeBuilder tb;