diff --git a/validate/launcher/apps/gstvalidate.py b/validate/launcher/apps/gstvalidate.py index 0b1a9b77ae..701b9acc23 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"),