mirror of
https://abf.rosa.ru/djam/python38.git
synced 2025-02-23 23:32:49 +00:00
13 lines
544 B
Diff
13 lines
544 B
Diff
Index: Lib/test/test_urllib2_localnet.py
|
|
===================================================================
|
|
--- Lib/test/test_urllib2_localnet.py
|
|
+++ Lib/test/test_urllib2_localnet.py 2014-05-22 00:54:24.510284417 +0200
|
|
@@ -541,6 +541,7 @@
|
|
url = open_url.geturl()
|
|
self.assertEqual(url, "http://localhost:%s" % handler.port)
|
|
|
|
+ @unittest._skipInRpmBuild('fails intermittently when run on BS')
|
|
def test_bad_address(self):
|
|
# Make sure proper exception is raised when connecting to a bogus
|
|
# address.
|
|
|