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-10 13:29:56 +0200
commit50b0a6077627378416e00ed497a115fb1a9aa751 (patch)
tree4a0d62e5d0cc7d536e816f428fa940d89b446fbb
parentef5357b8cb241de1c97f2a017ac9dc432f750c88 (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.*",