validate/launcher: Blacklist some DASH tests
authorSebastian Dröge <sebastian@centricular.com>
Sat, 15 Aug 2015 17:04:14 +0000 (19:04 +0200)
committerSebastian Dröge <sebastian@centricular.com>
Sat, 15 Aug 2015 17:04:14 +0000 (19:04 +0200)
validate/launcher/apps/gstvalidate.py

index 974e571779018f1b101c79f5a56dc410e4891c9a..9a41084af5252f4a2acd16731dca15245f10ba05 100644 (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"),