try to fix failure in test_bad_address on some buildbots
This commit is contained in:
parent
655fbf1806
commit
122388a5a5
|
@ -474,7 +474,7 @@ class TestUrlopen(unittest.TestCase):
|
||||||
# domain will be spared to serve its defined
|
# domain will be spared to serve its defined
|
||||||
# purpose.
|
# purpose.
|
||||||
# urllib2.urlopen, "http://www.sadflkjsasadf.com/")
|
# urllib2.urlopen, "http://www.sadflkjsasadf.com/")
|
||||||
urllib2.urlopen, "http://www.python.invalid./")
|
urllib2.urlopen, "http://sadflkjsasf.i.nvali.d/")
|
||||||
|
|
||||||
|
|
||||||
def test_main():
|
def test_main():
|
||||||
|
|
Loading…
Reference in New Issue