diff --git a/subprojects/gst-integration-testsuites/testsuites/ges_known_issues.py b/subprojects/gst-integration-testsuites/testsuites/ges_known_issues.py index 3356fa4650..c7df3ba582 100644 --- a/subprojects/gst-integration-testsuites/testsuites/ges_known_issues.py +++ b/subprojects/gst-integration-testsuites/testsuites/ges_known_issues.py @@ -1,5 +1,5 @@ KNOWN_ISSUES = { - 'https://gitlab.freedesktop.org/gstreamer/gst-editing-services/issues/27': { + 'https://gitlab.freedesktop.org/gstreamer/gstreamer/-/issues/4021': { 'tests': [ 'ges.playback.scrub_forward_seeking.test_mixing.*mp3.*', 'ges.scenario.add_effect_and_split', @@ -15,7 +15,7 @@ KNOWN_ISSUES = { }, ] }, - "https://gitlab.freedesktop.org/gstreamer/gst-editing-services/issues/65": { + "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/issues/4020" { "tests": [ "ges.playback.scrub_backward_seeking.test_transition.*" ], @@ -35,4 +35,4 @@ KNOWN_ISSUES = { ], "max_retries": 2, }, -} \ No newline at end of file +}