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:
authorAlexander Köplinger <alex.koeplinger@outlook.com>2022-01-20 02:26:14 +0300
committerAlexander Köplinger <alex.koeplinger@outlook.com>2022-01-20 02:26:14 +0300
commitaa2e05a8d4b9e8cd16a76704a73419bab5dce0c3 (patch)
tree4ac7723949d225ce09747cd55a374f6374e19ac5
parenta791978a6e4312698137be451c648b650a8c8663 (diff)
Add correct InetAccess category to HttpClientTest.Proxy_Disabled test
It does require internet access.
-rw-r--r--mcs/class/System.Net.Http/Test/System.Net.Http/HttpClientTest.cs1
1 files changed, 1 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 1739af6f7ac..aed47750b09 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;