tests: Mark adaptivedemux tests as sometimes timing out
authorSebastian Dröge <sebastian@centricular.com>
Fri, 28 Jan 2022 10:18:18 +0000 (12:18 +0200)
committerGStreamer Marge Bot <gitlab-merge-bot@gstreamer-foundation.org>
Fri, 28 Jan 2022 11:55:37 +0000 (11:55 +0000)
... in addition to all the other issues that were ignored for them
already.

At least the reverse playback test regularly times out, waiting for a
download to finish that has already finished successfully.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/1593>

subprojects/gst-integration-testsuites/testsuites/validate_known_issues.py

index 74f9ec5..3cb8e6e 100644 (file)
@@ -37,7 +37,11 @@ KNOWN_ISSUES = {
                 "level": "critical",
                 "summary": "The program stopped before some actions were executed",
                 "sometimes": True,
-            }
+            },
+            {
+                "timeout": True,
+                "sometimes": True,
+            },
         ]
     },
     "https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/issues/311": {