[smotri] Skip broken tests
This commit is contained in:
parent
e0ae1814b1
commit
544dec6298
1 changed files with 3 additions and 1 deletions
|
@ -69,6 +69,7 @@ class SmotriIE(InfoExtractor):
|
|||
'params': {
|
||||
'videopassword': 'qwerty',
|
||||
},
|
||||
'skip': 'Video is not approved by moderator',
|
||||
},
|
||||
# age limit + video-password
|
||||
{
|
||||
|
@ -86,7 +87,8 @@ class SmotriIE(InfoExtractor):
|
|||
},
|
||||
'params': {
|
||||
'videopassword': '333'
|
||||
}
|
||||
},
|
||||
'skip': 'Video is not approved by moderator',
|
||||
},
|
||||
# swf player
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue