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:
Tim-Philipp Müller 2023-05-17 12:50:58 +01:00 committed by GStreamer Marge Bot
parent 8e1677bd6a
commit 7ad92c364a

View file

@ -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.*",
], ],