Disable test_python_builders in test_xmlrpc_net, following buildbot upgrade on python.org

This commit is contained in:
Antoine Pitrou 2010-11-10 22:36:43 +00:00
parent 179546412c
commit 8d9a4e66c2
1 changed files with 1 additions and 0 deletions

View File

@ -38,6 +38,7 @@ class CurrentTimeTest(unittest.TestCase):
def test_python_builders(self):
# Get the list of builders from the XMLRPC buildbot interface at
# python.org.
self.skipTest("XMLRPC interface removed in Buildbot 0.8.2")
server = xmlrpclib.ServerProxy("http://www.python.org/dev/buildbot/all/xmlrpc/")
try:
builders = server.getAllBuilders()