Skip to content
Snippets Groups Projects
Commit bc34a4e5 authored by Ondřej Kobližek's avatar Ondřej Kobližek Committed by Ondřej Kobližek
Browse files

Prevent internet access in test

parent 1c4931dc
No related branches found
No related tags found
No related merge requests found
......@@ -32,6 +32,7 @@ class XML2MPDTestCase(unittest.TestCase):
self.assert_mpd(MPEGDASHParser.parse('./tests/mpd-samples/oops-20120802-manifest.mpd'))
self.assert_mpd(MPEGDASHParser.parse('./tests/mpd-samples/360p_speciment_dash.mpd'))
@unittest.skip("Prevent internet access")
def test_xml2mpd_from_url(self):
mpd_url = 'http://yt-dash-mse-test.commondatastorage.googleapis.com/media/motion-20120802-manifest.mpd'
self.assert_mpd(MPEGDASHParser.parse(mpd_url))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment