[AnimeLab] Skip tests as they require authentication

This commit is contained in:
Mariusz Skoneczko 2017-07-09 13:44:07 +10:00
parent 28ee7cc6af
commit 3bcac3f1cb

View File

@ -89,7 +89,8 @@ class AnimeLabIE(AnimeLabBaseIE):
}, },
'params': { 'params': {
'format': '[format_id=59288_yeshardsubbed_ja-JP]', 'format': '[format_id=59288_yeshardsubbed_ja-JP]',
} },
'skip': 'All AnimeLab content requires authentication',
}, },
{ {
@ -106,7 +107,8 @@ class AnimeLabIE(AnimeLabBaseIE):
}, },
'params': { 'params': {
'format': '[format_id=21711_yeshardsubbed_ja-JP]', 'format': '[format_id=21711_yeshardsubbed_ja-JP]',
} },
'skip': 'All AnimeLab content requires authentication',
}, },
] ]