* docs.make, Makefile.am: Build mono-file-formats{.tree,.zip},
[mono.git] / mcs / class / System / Test / System.Net / ServicePointManagerTest.cs
index 58d12cc6d22c1fb1cba73e68ec48a0b74c4f2f26..a866fb5d41b5809de2aff7ee415e09886f68995d 100644 (file)
@@ -44,6 +44,9 @@ public class ServicePointManagerTest : Assertion
 \r
         [Test, ExpectedException (typeof (InvalidOperationException))]\r
                [Category ("InetAccess")]\r
+#if TARGET_JVM\r
+       [Ignore ("Unsupported property - ServicePointManager.MaxServicePoints")]\r
+#endif\r
         public void MaxServicePointManagers ()\r
         {\r
                AssertEquals ("#1", 0, ServicePointManager.MaxServicePoints);\r