mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-04 06:29:31 +00:00
validate: Un-blacklist seeking HLS tests
They are reliable enough after 36b80edb72
in gst-plugins-base now.
This commit is contained in:
parent
db8efd60fc
commit
3bd31854a8
1 changed files with 0 additions and 6 deletions
|
@ -785,12 +785,6 @@ not been tested and explicitely activated if you set use --wanted-tests ALL""")
|
||||||
def register_default_blacklist(self):
|
def register_default_blacklist(self):
|
||||||
self.set_default_blacklist([
|
self.set_default_blacklist([
|
||||||
# hls known issues
|
# 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.*",
|
("validate.hls.playback.seek_with_stop.*",
|
||||||
"https://bugzilla.gnome.org/show_bug.cgi?id=753689"),
|
"https://bugzilla.gnome.org/show_bug.cgi?id=753689"),
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue