summaryrefslogtreecommitdiff
path: root/Lib/test/test_robotparser.py
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2014-02-23 08:45:15 +0100
committerGeorg Brandl <georg@python.org>2014-02-23 08:45:15 +0100
commit89e5671be7f2d66c6b3e9e0a41531b3c1dc7efd2 (patch)
tree56842219e22c3be35ce72c5715b11b8aff80d4d4 /Lib/test/test_robotparser.py
parent1be39e515444a21b1168862368970ed8bd4a2d64 (diff)
downloadcpython-git-89e5671be7f2d66c6b3e9e0a41531b3c1dc7efd2.tar.gz
#20719: Disable the robotparser python.org test until the gzip encoding issue can be sorted.
Diffstat (limited to 'Lib/test/test_robotparser.py')
-rw-r--r--Lib/test/test_robotparser.py1
1 files changed, 1 insertions, 0 deletions
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'):