[tests] Disable for Android
authorMarek Habersack <grendel@twistedcode.net>
Thu, 25 Jun 2015 09:16:17 +0000 (11:16 +0200)
committerMarek Habersack <grendel@twistedcode.net>
Wed, 15 Jul 2015 18:45:28 +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/HttpListenerTest.cs

index b316d109390b4ae5a5d5cac84766b2682582d996..7d7a07bb065423de5362d72d16b28e30b718c8ec 100644 (file)
@@ -476,6 +476,7 @@ namespace MonoTests.System.Net {
                }
 
                [Test]
+               [Category ("AndroidNotWorking")] // Fails ("reuse1") when ran as part of the entire BCL test suite. Works when only this fixture is ran
                public void ConnectionReuse ()
                {
                        var uri = "http://localhost:" + NetworkHelpers.FindFreePort () + "/";