mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-20 06:08:14 +00:00
validate: launcher: Blacklist dash and HLS failling seeking tests
As described in https://bugzilla.gnome.org/show_bug.cgi?id=764020
This commit is contained in:
parent
a566b2c4b9
commit
23ad66c552
1 changed files with 3 additions and 1 deletions
|
@ -792,12 +792,14 @@ not been tested and explicitely activated if you set use --wanted-tests ALL""")
|
|||
# hls known issues
|
||||
("validate.hls.playback.seek_with_stop.*",
|
||||
"https://bugzilla.gnome.org/show_bug.cgi?id=753689"),
|
||||
("validate.hls.playback.scrub_forward_seeking.hls_bibbop",
|
||||
("validate.hls.playback.scrub_forward_seeking.*",
|
||||
"https://bugzilla.gnome.org/show_bug.cgi?id=764020"),
|
||||
|
||||
# dash known issues
|
||||
("validate.dash.media_check.*",
|
||||
"Caps are different depending on selected bitrates, etc"),
|
||||
("validate.dash.playback.scrub_forward_seeking.*",
|
||||
"https://bugzilla.gnome.org/show_bug.cgi?id=764020"),
|
||||
|
||||
# Matroska/WEBM known issues:
|
||||
("validate.*.reverse_playback.*webm$",
|
||||
|
|
Loading…
Reference in a new issue