[tests] Disable on Android due to environment differences
authorMarek Habersack <grendel@twistedcode.net>
Tue, 7 Jul 2015 09:21:20 +0000 (11:21 +0200)
committerMarek Habersack <grendel@twistedcode.net>
Wed, 15 Jul 2015 18:45:33 +0000 (20:45 +0200)
Xamarin.Android doesn't ship with the Mono.Compilerservices.SymbolWriter
assembly that is required by this test.

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

index c2e3adb3dbadf24cf4603154de92c936df8965f0..8c1ecc11abc766c7762efa2961ba4fc96b4403ec 100644 (file)
@@ -587,6 +587,7 @@ public class AssemblyBuilderTest
        }
 
        [Test]
+       [Category ("AndroidNotWorking")] // Missing Mono.Compilerservices.SymbolWriter assembly
        public void TestDefineDynamicModule ()
        {
                ab.DefineDynamicModule ("foo", "foo.dll");