mirror of
https://abf.rosa.ru/djam/python38.git
synced 2025-02-24 07:42:50 +00:00
14 lines
544 B
Diff
14 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.
|
||
|
|