[servingsys] Do not run test on travis

Apparantly, even the advertisers do geoblocking now!?
From the US, this isn't outright blocked, but there are no videos returned.
This commit is contained in:
Philipp Hagemeister 2014-01-22 00:27:17 +01:00
parent 398edd0689
commit a70515c0fd
1 changed files with 2 additions and 1 deletions

View File

@ -36,7 +36,8 @@ class ServingSysIE(InfoExtractor):
}], }],
'params': { 'params': {
'playlistend': 2, 'playlistend': 2,
} },
'skip': 'Blocked in the US [sic]',
} }
def _real_extract(self, url): def _real_extract(self, url):