mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 02:31:03 +00:00
validate/launcher: Blacklist some HLS seeking tests again
This commit is contained in:
parent
b77f56a234
commit
5b81bb4bc9
1 changed files with 10 additions and 0 deletions
|
@ -784,6 +784,16 @@ 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"),
|
||||
|
||||
# dash known issues
|
||||
("validate.dash.media_check.*",
|
||||
"Caps are different depending on selected bitrates, etc"),
|
||||
|
|
Loading…
Reference in a new issue