From 58fb4f93541cafbe593a07b2ed6bac70f2f27dea Mon Sep 17 00:00:00 2001 From: Edward Hervey Date: Mon, 7 May 2018 17:30:13 +0200 Subject: [PATCH] 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 --- validate/launcher/apps/gstvalidate.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/validate/launcher/apps/gstvalidate.py b/validate/launcher/apps/gstvalidate.py index dd3d5dcdcc..87b87ba06b 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.*",