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:
Diffstat (limited to 'mcs/class/System')
-rw-r--r--mcs/class/System/Test/System.Net/HttpListenerRequestTest.cs6
1 files changed, 6 insertions, 0 deletions
diff --git a/mcs/class/System/Test/System.Net/HttpListenerRequestTest.cs b/mcs/class/System/Test/System.Net/HttpListenerRequestTest.cs
index cf366aca2fd..576ba329d41 100644
--- a/mcs/class/System/Test/System.Net/HttpListenerRequestTest.cs
+++ b/mcs/class/System/Test/System.Net/HttpListenerRequestTest.cs
@@ -171,6 +171,9 @@ namespace MonoTests.System.Net
#if FEATURE_NO_BSD_SOCKETS
[ExpectedException (typeof (PlatformNotSupportedException))]
#endif
+#if MONOTOUCH
+ [Ignore ("Randomly produces ObjectDisposedExceptions, in particular on device. See bug #39780.")]
+#endif
public void HttpBasicAuthScheme ()
{
var port = NetworkHelpers.FindFreePort ();
@@ -291,6 +294,9 @@ namespace MonoTests.System.Net
#if FEATURE_NO_BSD_SOCKETS
[ExpectedException (typeof (PlatformNotSupportedException))]
#endif
+#if MONOTOUCH
+ [Ignore ("On device sometimes hangs in the call to listener.GetContext (). See bug #60542.")]
+#endif
public void HttpRequestIgnoreBadCookies ()
{
var port = NetworkHelpers.FindFreePort ();