]> granicus.if.org Git - python/commitdiff
#20719: Disable the robotparser python.org test until the gzip encoding issue can...
authorGeorg Brandl <georg@python.org>
Sun, 23 Feb 2014 07:45:15 +0000 (08:45 +0100)
committerGeorg Brandl <georg@python.org>
Sun, 23 Feb 2014 07:45:15 +0000 (08:45 +0100)
Lib/test/test_robotparser.py

index d1dfd9eeec026d4d501b1debca900bef6be1e50c..ebc819c4f8bf901f5c040b54b0aca47f2cdbe11c 100644 (file)
@@ -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'):