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:
authorGonzalo Paniagua Javier <gonzalo.mono@gmail.com>2009-07-10 03:07:14 +0400
committerGonzalo Paniagua Javier <gonzalo.mono@gmail.com>2009-07-10 03:07:14 +0400
commit64faaf06cfe006581a596f5f36c9fa9edb566c47 (patch)
tree5b45e0689ba989a2d64430f3522787c1675bceed /mcs/class/System/Test
parent00fa98f26e46524db4ecd9a2fb896524624cf067 (diff)
ignore test that fails on windows
svn path=/trunk/mcs/; revision=137665
Diffstat (limited to 'mcs/class/System/Test')
-rw-r--r--mcs/class/System/Test/System.Net/HttpWebRequestTest.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/mcs/class/System/Test/System.Net/HttpWebRequestTest.cs b/mcs/class/System/Test/System.Net/HttpWebRequestTest.cs
index 13bf8327b0e..3f24baaa932 100644
--- a/mcs/class/System/Test/System.Net/HttpWebRequestTest.cs
+++ b/mcs/class/System/Test/System.Net/HttpWebRequestTest.cs
@@ -166,6 +166,7 @@ namespace MonoTests.System.Net
#if !TARGET_JVM //NotWorking
[Test]
+ [Ignore ("Fails on MS.NET")]
public void SslClientBlock ()
{
// This tests that the write request/initread/write body sequence does not hang