mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
Temporarily disable test_xmlrpc_net because xmlrpc.com is broken
This commit is contained in:
parent
9bba0b390b
commit
4dea1eb366
1 changed files with 2 additions and 1 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue