summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2015-10-27 15:51:44 +0200
committerSebastian Dröge <sebastian@centricular.com>2015-10-27 15:51:44 +0200
commit3bd31854a8c569068bbd75160d724fd6ce39d265 (patch)
tree4056755c255aa305c4e61a31c49de494f5ccfb6f
parentdb8efd60fccb6dcc9e14c08caa86eecc6adc1113 (diff)
validate: Un-blacklist seeking HLS tests
They are reliable enough after 36b80edb7263118467dfcaee3923f7c964ae6bc8 in gst-plugins-base now.
-rw-r--r--validate/launcher/apps/gstvalidate.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/validate/launcher/apps/gstvalidate.py b/validate/launcher/apps/gstvalidate.py
index 0b1a9b7..701b9ac 100644
--- a/validate/launcher/apps/gstvalidate.py
+++ b/validate/launcher/apps/gstvalidate.py
@@ -785,12 +785,6 @@ 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"),