From a34f519919aafde210275335be43c02d8a850bb5 Mon Sep 17 00:00:00 2001 From: Marek Habersack Date: Wed, 24 Jun 2015 23:43:25 +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/WebRequestTest.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/mcs/class/System/Test/System.Net/WebRequestTest.cs b/mcs/class/System/Test/System.Net/WebRequestTest.cs index fc493ab585a..908dadb35c2 100644 --- a/mcs/class/System/Test/System.Net/WebRequestTest.cs +++ b/mcs/class/System/Test/System.Net/WebRequestTest.cs @@ -340,6 +340,7 @@ namespace MonoTests.System.Net { } [Test] //BNC#323452 + [Category ("AndroidNotWorking")] // Fails when ran as part of the entire BCL test suite. Works when only this fixture is ran public void TestFailedResolution () { try { -- 2.25.1