[tests] Disable on Android due to environment differences
authorMarek Habersack <grendel@twistedcode.net>
Tue, 7 Jul 2015 09:54:49 +0000 (11:54 +0200)
committerMarek Habersack <grendel@twistedcode.net>
Wed, 15 Jul 2015 18:45:38 +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/AssemblyTest.cs

index 471a354b8ff0315fa179591c697eec4360a148fd..62fd716c101107a1b1eaeb06fd4bfe48ecc754e2 100644 (file)
@@ -140,6 +140,7 @@ namespace MonoTests.System.Reflection
 
 #if !MONOTOUCH // Reflection.Emit is not supported.
                [Test]
+               [Category("AndroidNotWorking")] // Missing Mono.CompilerServices.SymbolWriter
                public void GetModules_MissingFile ()
                {
                        AssemblyName newName = new AssemblyName ();