[tests] Disable for Android
authorMarek Habersack <grendel@twistedcode.net>
Wed, 24 Jun 2015 21:37:06 +0000 (23:37 +0200)
committerMarek Habersack <grendel@twistedcode.net>
Wed, 15 Jul 2015 18:45:26 +0000 (20:45 +0200)
The test works when only its fixture is ran, fails when ran as part of the
entire BCL test suite.

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

index 26d1fa4a0a5f52cd8c4b9eaa0e2d10478ade3e51..aabaceb9f4a73cd4ce970c74d02e27f938686035 100644 (file)
@@ -95,6 +95,7 @@ namespace MonoTests.System.Net
 
                [Test]
                [Category("InetAccess")]
+               [Category ("AndroidNotWorking")] // Fails when ran as part of the entire BCL test suite. Works when only this fixture is ran
                public void Cancellation ()
                {
                        WebClient wc = new WebClient ();
@@ -122,6 +123,7 @@ namespace MonoTests.System.Net
 
                [Test]
                [Category("InetAccess")]
+               [Category ("AndroidNotWorking")] // Fails when ran as part of the entire BCL test suite. Works when only this fixture is ran
                public void DownloadMultiple ()
                {
                        WebClient wc = new WebClient ();
@@ -140,6 +142,7 @@ namespace MonoTests.System.Net
 
                [Test]
                [Category("InetAccess")]
+               [Category ("AndroidNotWorking")] // Fails when ran as part of the entire BCL test suite. Works when only this fixture is ran
                public void DownloadMultiple2 ()
                {
                        WebClient wc = new WebClient ();
@@ -152,6 +155,7 @@ namespace MonoTests.System.Net
 
                [Test]
                [Category("InetAccess")]
+               [Category ("AndroidNotWorking")] // Fails when ran as part of the entire BCL test suite. Works when only this fixture is ran
                public void DownloadMultiple3 ()
                {
                        WebClient wc = new WebClient ();