You've already forked linux-packaging-mono
Imported Upstream version 5.8.0.88
Former-commit-id: 4b7216ffda08448e562271ce733688e761120fc5
This commit is contained in:
parent
7d05485754
commit
6123a772ed
@@ -170,6 +170,9 @@ namespace MonoTests.System.Net
|
||||
[Test]
|
||||
#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 ()
|
||||
{
|
||||
@@ -290,6 +293,9 @@ namespace MonoTests.System.Net
|
||||
[Test]
|
||||
#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 ()
|
||||
{
|
||||
|
Reference in New Issue
Block a user