mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 00:01:23 +00:00
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
This commit is contained in:
parent
21e7ed5025
commit
58fb4f9354
1 changed files with 2 additions and 2 deletions
|
@ -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.*",
|
||||
|
|
Loading…
Reference in a new issue