Commit 4dea1eb3 authored by Benjamin Peterson's avatar Benjamin Peterson

Temporarily disable test_xmlrpc_net because xmlrpc.com is broken

parent 9bba0b39
......@@ -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")
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment