From 40b073e7bda3e3feb7347d9d33ff49143307c2ef Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sebastian=20Dr=C3=B6ge?= Date: Fri, 28 Jan 2022 12:18:18 +0200 Subject: [PATCH] tests: Mark adaptivedemux tests as sometimes timing out ... 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: --- .../gst-integration-testsuites/testsuites/validate_known_issues.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/subprojects/gst-integration-testsuites/testsuites/validate_known_issues.py b/subprojects/gst-integration-testsuites/testsuites/validate_known_issues.py index 74f9ec5..3cb8e6e 100644 --- a/subprojects/gst-integration-testsuites/testsuites/validate_known_issues.py +++ b/subprojects/gst-integration-testsuites/testsuites/validate_known_issues.py @@ -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": { -- 2.7.4