mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-22 17:51:16 +00:00
testsuites: remove wontfix issues for legacy HLS elements
Chances that will ever get fixed are about zero, so there's no point leaving these issues open. Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/4659>
This commit is contained in:
parent
8e1677bd6a
commit
7ad92c364a
1 changed files with 6 additions and 3 deletions
|
@ -101,7 +101,8 @@ KNOWN_ISSUES = {
|
||||||
},
|
},
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/issues/930": {
|
# https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/issues/930
|
||||||
|
"WontFix-legacy-HLS-1": {
|
||||||
"tests": [
|
"tests": [
|
||||||
"validate.hls.playback.reverse_playback.*",
|
"validate.hls.playback.reverse_playback.*",
|
||||||
],
|
],
|
||||||
|
@ -125,7 +126,8 @@ KNOWN_ISSUES = {
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
"https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/issues/609": {
|
# https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/issues/609
|
||||||
|
"WontFix-legacy-HLS-2": {
|
||||||
"tests": [
|
"tests": [
|
||||||
"validate.hls.playback.*seek.*",
|
"validate.hls.playback.*seek.*",
|
||||||
],
|
],
|
||||||
|
@ -139,7 +141,8 @@ KNOWN_ISSUES = {
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
"https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/issues/937": {
|
# https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/issues/937
|
||||||
|
"WontFix-legacy-HLS-3": {
|
||||||
"tests": [
|
"tests": [
|
||||||
"validate.hls.playback.fast_forward.*",
|
"validate.hls.playback.fast_forward.*",
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in a new issue