projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9bba0b3
)
Temporarily disable test_xmlrpc_net because xmlrpc.com is broken
author
Benjamin Peterson
<benjamin@python.org>
Tue, 10 Jun 2008 21:23:05 +0000
(21:23 +0000)
committer
Benjamin Peterson
<benjamin@python.org>
Tue, 10 Jun 2008 21:23:05 +0000
(21:23 +0000)
Lib/test/test_xmlrpc_net.py
patch
|
blob
|
history
diff --git
a/Lib/test/test_xmlrpc_net.py
b/Lib/test/test_xmlrpc_net.py
index f6ebbf01928bd5a2c8a3cdcc94d56d9b15465980..a850ae0206f6f553657d03ff2634a1e13f882fc2 100644
(file)
--- 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")