Browse Source

[smotri] Skip broken tests

Sergey M․ 10 years ago
parent
commit
544dec6298
1 changed files with 3 additions and 1 deletions
  1. 3 1
      youtube_dl/extractor/smotri.py

+ 3 - 1
youtube_dl/extractor/smotri.py

@@ -69,6 +69,7 @@ class SmotriIE(InfoExtractor):
             'params': {
             'params': {
                 'videopassword': 'qwerty',
                 'videopassword': 'qwerty',
             },
             },
+            'skip': 'Video is not approved by moderator',
         },
         },
         # age limit + video-password
         # age limit + video-password
         {
         {
@@ -86,7 +87,8 @@ class SmotriIE(InfoExtractor):
             },
             },
             'params': {
             'params': {
                 'videopassword': '333'
                 'videopassword': '333'
-            }
+            },
+            'skip': 'Video is not approved by moderator',
         },
         },
         # swf player
         # swf player
         {
         {