diff --git a/subprojects/gst-integration-testsuites/testsuites/validate_known_issues.py b/subprojects/gst-integration-testsuites/testsuites/validate_known_issues.py index 927ee78438..f9ea3bfe4c 100644 --- a/subprojects/gst-integration-testsuites/testsuites/validate_known_issues.py +++ b/subprojects/gst-integration-testsuites/testsuites/validate_known_issues.py @@ -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": [ "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": [ "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": [ "validate.hls.playback.fast_forward.*", ],