aboutsummaryrefslogtreecommitdiff
path: root/test/test_all_urls.py
diff options
context:
space:
mode:
authorJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>2015-09-20 12:23:13 +0200
committerJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>2015-09-20 12:23:13 +0200
commitf005f96ea594a82969885ecd124b094c7e09949a (patch)
tree424ba28b7707cf2baa860e5d1a5a5a44f78cd4c5 /test/test_all_urls.py
parent5e39123b3b6fd740d133fd45824b49b4bc674fa7 (diff)
downloadyoutube-dl-f005f96ea594a82969885ecd124b094c7e09949a.tar.xz
[youtube:history] Explain why it has disabled and skip test
Diffstat (limited to 'test/test_all_urls.py')
-rw-r--r--test/test_all_urls.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_all_urls.py b/test/test_all_urls.py
index a9db42b30..a929afd15 100644
--- a/test/test_all_urls.py
+++ b/test/test_all_urls.py
@@ -99,7 +99,7 @@ class TestAllURLsMatching(unittest.TestCase):
def test_keywords(self):
self.assertMatch(':ytsubs', ['youtube:subscriptions'])
self.assertMatch(':ytsubscriptions', ['youtube:subscriptions'])
- self.assertMatch(':ythistory', ['youtube:history'])
+ # self.assertMatch(':ythistory', ['youtube:history'])
self.assertMatch(':thedailyshow', ['ComedyCentralShows'])
self.assertMatch(':tds', ['ComedyCentralShows'])