From: Benjamin Peterson Date: Tue, 10 Jun 2008 21:23:05 +0000 (+0000) Subject: Temporarily disable test_xmlrpc_net because xmlrpc.com is broken X-Git-Tag: v3.0b1~116 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4dea1eb366bb46fda95051b45e2edc4ab3404f7f;p=python Temporarily disable test_xmlrpc_net because xmlrpc.com is broken --- diff --git a/Lib/test/test_xmlrpc_net.py b/Lib/test/test_xmlrpc_net.py index f6ebbf0192..a850ae0206 100644 --- a/Lib/test/test_xmlrpc_net.py +++ b/Lib/test/test_xmlrpc_net.py @@ -10,7 +10,8 @@ import xmlrpc.client as xmlrpclib class CurrentTimeTest(unittest.TestCase): - def test_current_time(self): + # XXX time.xmlrpc.com seems broken which is why this is disabled + def Xtest_current_time(self): # Get the current time from xmlrpc.com. This code exercises # the minimal HTTP functionality in xmlrpclib. server = xmlrpclib.ServerProxy("http://time.xmlrpc.com/RPC2")