diff options
author | Sebastian Dröge <sebastian@centricular.com> | 2015-08-16 17:53:28 +0200 |
---|---|---|
committer | Sebastian Dröge <sebastian@centricular.com> | 2015-08-16 17:53:28 +0200 |
commit | 5b81bb4bc97cf20564745b7ef92b76fa0e0b6279 (patch) | |
tree | 0e648c6d1173d3f5d993b4adcd8f39f87ca0812c | |
parent | b77f56a23435d0c7052ea2e36404c84fa9cd47c4 (diff) |
validate/launcher: Blacklist some HLS seeking tests again
-rw-r--r-- | validate/launcher/apps/gstvalidate.py | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/validate/launcher/apps/gstvalidate.py b/validate/launcher/apps/gstvalidate.py index 70ae1ed..553e8f9 100644 --- a/validate/launcher/apps/gstvalidate.py +++ b/validate/launcher/apps/gstvalidate.py @@ -784,6 +784,16 @@ not been tested and explicitely activated if you set use --wanted-tests ALL""") def register_default_blacklist(self): self.set_default_blacklist([ + # hls known issues + ("validate.hls.playback.scrub_forward_seeking.*", + "https://bugzilla.gnome.org/show_bug.cgi?id=606382"), + ("validate.hls.playback.seek_forward.*", + "https://bugzilla.gnome.org/show_bug.cgi?id=606382"), + ("validate.hls.playback.seek_backward.*", + "https://bugzilla.gnome.org/show_bug.cgi?id=606382"), + ("validate.hls.playback.seek_with_stop.*", + "https://bugzilla.gnome.org/show_bug.cgi?id=753689"), + # dash known issues ("validate.dash.media_check.*", "Caps are different depending on selected bitrates, etc"), |