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/Test/System.Net/HttpWebRequestTest.cs')
-rw-r--r--mcs/class/System/Test/System.Net/HttpWebRequestTest.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/mcs/class/System/Test/System.Net/HttpWebRequestTest.cs b/mcs/class/System/Test/System.Net/HttpWebRequestTest.cs
index a3060eb7cab..cffc59b0e1e 100644
--- a/mcs/class/System/Test/System.Net/HttpWebRequestTest.cs
+++ b/mcs/class/System/Test/System.Net/HttpWebRequestTest.cs
@@ -326,7 +326,6 @@ namespace MonoTests.System.Net
}
[Test] // bug #465613
- [Category ("NotWorking")]
public void BeginGetRequestStream_NoBuffering ()
{
IPEndPoint ep = new IPEndPoint (IPAddress.Loopback, 8002);