svn path=/trunk/mcs/; revision=137448
@@ -1,3 +1,7 @@
+2009-07-06 Gert Driesen <[email protected]>
+
+ * HttpWebRequestTest.cs: Marked test notworking on 1.0 profile.
2009-07-06 Gert Driesen <[email protected]>
* HttpWebRequestTest.cs: Added tests for bug #511851. Added tests
@@ -531,6 +531,9 @@ namespace MonoTests.System.Net
}
[Test] // bug #511851
+#if ONLY_1_1
+ [Category ("NotWorking")]
+#endif
public void BeginGetRequestStream_Request_Aborted ()
{
IPEndPoint ep = new IPEndPoint (IPAddress.Loopback, 8002);