validate/launcher: Blacklist some DASH tests

This commit is contained in:
Sebastian Dröge 2015-08-15 19:04:14 +02:00
parent bb2532aa54
commit 1f8a5483d3

View file

@ -798,6 +798,12 @@ not been tested and explicitely activated if you set use --wanted-tests ALL""")
("validate.hls.*seek_forward.*",
"https://bugzilla.gnome.org/show_bug.cgi?id=606382"),
# dash known issues
("validate.dash.media_check.*",
"Caps are different depending on selected bitrates, etc"),
("validate.dash.playback.reverse_playback.*",
"https://bugzilla.gnome.org/show_bug.cgi?id=753661"),
# Matroska/WEBM known issues:
("validate.*.reverse_playback.*webm$",
"https://bugzilla.gnome.org/show_bug.cgi?id=679250"),