mirror of https://github.com/python/cpython
#20719: Disable the robotparser python.org test until the gzip encoding issue can be sorted.
This commit is contained in:
parent
1be39e5154
commit
89e5671be7
|
@ -275,6 +275,7 @@ class NetworkTestCase(unittest.TestCase):
|
|||
self.skipTest('%s is unavailable' % url)
|
||||
self.assertEqual(parser.can_fetch("*", robots_url), False)
|
||||
|
||||
@unittest.skip('does not handle the gzip encoding delivered by pydotorg')
|
||||
def testPythonOrg(self):
|
||||
support.requires('network')
|
||||
with support.transient_internet('www.python.org'):
|
||||
|
|
Loading…
Reference in New Issue