[tests] Android doesn't have access to Assembly.Location
authorMarek Habersack <grendel@twistedcode.net>
Wed, 24 Jun 2015 21:21:53 +0000 (23:21 +0200)
committerMarek Habersack <grendel@twistedcode.net>
Wed, 15 Jul 2015 18:45:26 +0000 (20:45 +0200)
Attempts to access the test dll which won't work on Android since the
dll is either in the apk or bundled in the native code or not there at
all (AOT)

mcs/class/System/Test/System.Net/WebClientTestAsync.cs

index b23bb098217a6290775e0fe948805ca33d8d0999..26d1fa4a0a5f52cd8c4b9eaa0e2d10478ade3e51 100644 (file)
@@ -43,6 +43,7 @@ namespace MonoTests.System.Net
        {
                [Test]
                [Category("Async")]
+               [Category("AndroidNotWorking")] // Attempts to access the test dll which won't work on Android
                public void DownloadData ()
                {
                        WebClient wc;