summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2015-08-15 19:04:14 +0200
committerSebastian Dröge <sebastian@centricular.com>2015-08-15 19:04:14 +0200
commit1f8a5483d3ad6a607521c26f99453602844e624d (patch)
tree997249118857231e073661a2aa68d54230219da0
parentbb2532aa5482daf6d6f33a8a69349672091b197e (diff)
validate/launcher: Blacklist some DASH tests
-rw-r--r--validate/launcher/apps/gstvalidate.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/validate/launcher/apps/gstvalidate.py b/validate/launcher/apps/gstvalidate.py
index 974e571..9a41084 100644
--- a/validate/launcher/apps/gstvalidate.py
+++ b/validate/launcher/apps/gstvalidate.py
@@ -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"),