diff options
author | Georg Brandl <georg@python.org> | 2014-02-23 07:45:15 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2014-02-23 07:45:15 (GMT) |
commit | 89e5671be7f2d66c6b3e9e0a41531b3c1dc7efd2 (patch) | |
tree | 56842219e22c3be35ce72c5715b11b8aff80d4d4 /Lib | |
parent | 1be39e515444a21b1168862368970ed8bd4a2d64 (diff) | |
download | cpython-89e5671be7f2d66c6b3e9e0a41531b3c1dc7efd2.zip cpython-89e5671be7f2d66c6b3e9e0a41531b3c1dc7efd2.tar.gz cpython-89e5671be7f2d66c6b3e9e0a41531b3c1dc7efd2.tar.bz2 |
#20719: Disable the robotparser python.org test until the gzip encoding issue can be sorted.
Diffstat (limited to 'Lib')
-rw-r--r-- | Lib/test/test_robotparser.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/test/test_robotparser.py b/Lib/test/test_robotparser.py index d1dfd9e..ebc819c 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'): |