Browse Source

[mailru] Skip tests

master
Sergey M․ 9 years ago
parent
commit
95e431e9ec
1 changed files with 2 additions and 0 deletions
  1. 2
      youtube_dl/extractor/mailru.py

2
youtube_dl/extractor/mailru.py

@ -25,6 +25,7 @@ class MailRuIE(InfoExtractor):
'uploader_id': 'sonypicturesrus@mail.ru', 'uploader_id': 'sonypicturesrus@mail.ru',
'duration': 184, 'duration': 184,
}, },
'skip': 'Not accessible from Travis CI server',
}, },
{ {
'url': 'http://my.mail.ru/corp/hitech/video/news_hi-tech_mail_ru/1263.html', 'url': 'http://my.mail.ru/corp/hitech/video/news_hi-tech_mail_ru/1263.html',
@ -39,6 +40,7 @@ class MailRuIE(InfoExtractor):
'uploader_id': 'hitech@corp.mail.ru', 'uploader_id': 'hitech@corp.mail.ru',
'duration': 245, 'duration': 245,
}, },
'skip': 'Not accessible from Travis CI server',
}, },
] ]

Loading…
Cancel
Save