Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mcs/class/System.Net.Http/Test/System.Net.Http/HttpClientTest.cs1
-rw-r--r--mcs/class/System/Test/System.Net.NetworkInformation/PingTest.cs3
2 files changed, 4 insertions, 0 deletions
diff --git a/mcs/class/System.Net.Http/Test/System.Net.Http/HttpClientTest.cs b/mcs/class/System.Net.Http/Test/System.Net.Http/HttpClientTest.cs
index 72c7d4550e7..4ceb1eeab6e 100644
--- a/mcs/class/System.Net.Http/Test/System.Net.Http/HttpClientTest.cs
+++ b/mcs/class/System.Net.Http/Test/System.Net.Http/HttpClientTest.cs
@@ -341,6 +341,7 @@ namespace MonoTests.System.Net.Http
#if FEATURE_NO_BSD_SOCKETS
[ExpectedException (typeof (PlatformNotSupportedException))]
#endif
+ [Category ("InetAccess")]
public void Proxy_Disabled ()
{
var pp = WebRequest.DefaultWebProxy;
diff --git a/mcs/class/System/Test/System.Net.NetworkInformation/PingTest.cs b/mcs/class/System/Test/System.Net.NetworkInformation/PingTest.cs
index 6b759a06b8c..192c409c3fe 100644
--- a/mcs/class/System/Test/System.Net.NetworkInformation/PingTest.cs
+++ b/mcs/class/System/Test/System.Net.NetworkInformation/PingTest.cs
@@ -13,6 +13,7 @@ namespace MonoTests.System.Net.NetworkInformation
partial void AndroidShouldPingWork (ref bool shouldWork);
[Test]
+ [Category("AndroidNotWorking")] // fails on CI for some reason
public void PingFail()
{
#if MONOTOUCH
@@ -65,6 +66,7 @@ namespace MonoTests.System.Net.NetworkInformation
}
[Test]
+ [Category("AndroidNotWorking")] // fails on CI for some reason
#if MONOTOUCH
[Ignore("Ping implementation is broken on MT (requires sudo access)")]
#endif
@@ -109,6 +111,7 @@ namespace MonoTests.System.Net.NetworkInformation
[Test]
[Category("MultiThreaded")]
+ [Category("AndroidNotWorking")] // fails on CI for some reason
#if MONOTOUCH
[Ignore("Ping implementation is broken on MT (requires sudo access)")]
#endif