summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdward Hervey <edward@centricular.com>2018-05-07 17:30:13 +0200
committerEdward Hervey <bilboed@bilboed.com>2018-05-07 17:30:13 +0200
commit58fb4f93541cafbe593a07b2ed6bac70f2f27dea (patch)
tree9f0c88b10a34d2c1683d585d5330c2315d9ab9a4
parent21e7ed502569572b5ee83d9262eb40c30e0c3d15 (diff)
validate: Remove hls.*seek_with_stop blacklisting
The issue is closed upstream (because of concentrating on decodebin3 instead), and initial forever testing seems to show the issue doesn't happen anymore
-rw-r--r--validate/launcher/apps/gstvalidate.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/validate/launcher/apps/gstvalidate.py b/validate/launcher/apps/gstvalidate.py
index dd3d5dc..87b87ba 100644
--- a/validate/launcher/apps/gstvalidate.py
+++ b/validate/launcher/apps/gstvalidate.py
@@ -996,8 +996,8 @@ 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
- ("hls.playback.seek_with_stop.*",
- "https://bugzilla.gnome.org/show_bug.cgi?id=753689"),
+ # ("hls.playback.seek_with_stop.*",
+ # "https://bugzilla.gnome.org/show_bug.cgi?id=753689"),
# dash known issues
("dash.media_check.*",