From 7cb4cc9c0e61d921c75ab654641a154d12cc8085 Mon Sep 17 00:00:00 2001 From: Marek Habersack Date: Thu, 25 Jun 2015 11:16:17 +0200 Subject: [PATCH] [tests] Disable for Android 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 | 1 + 1 file changed, 1 insertion(+) diff --git a/mcs/class/System/Test/System.Net/HttpListenerTest.cs b/mcs/class/System/Test/System.Net/HttpListenerTest.cs index b316d109390..7d7a07bb065 100644 --- a/mcs/class/System/Test/System.Net/HttpListenerTest.cs +++ b/mcs/class/System/Test/System.Net/HttpListenerTest.cs @@ -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 () + "/"; -- 2.25.1