From: Georg Brandl Date: Sun, 23 Feb 2014 07:45:15 +0000 (+0100) Subject: #20719: Disable the robotparser python.org test until the gzip encoding issue can... X-Git-Tag: v3.3.5rc1~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=89e5671be7f2d66c6b3e9e0a41531b3c1dc7efd2;p=python #20719: Disable the robotparser python.org test until the gzip encoding issue can be sorted. --- diff --git a/Lib/test/test_robotparser.py b/Lib/test/test_robotparser.py index d1dfd9eeec..ebc819c4f8 100644 --- a/Lib/test/test_robotparser.py +++ b/Lib/test/test_robotparser.py @@ -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'):