From 119622cda1a93d010baba674d81d854eccf89f5f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim-Philipp=20M=C3=BCller?= Date: Tue, 14 Feb 2023 14:43:34 +0000 Subject: [PATCH] validate: add elements_srtp.test_play_key_error to flaky test list See https://gitlab.freedesktop.org/gstreamer/gstreamer/-/issues/1777 Part-of: --- .../gst-integration-testsuites/testsuites/validate_known_issues.py | 2 +- 1 file changed, 1 insertion(+), 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 4875d13..35d47c3 100644 --- a/subprojects/gst-integration-testsuites/testsuites/validate_known_issues.py +++ b/subprojects/gst-integration-testsuites/testsuites/validate_known_issues.py @@ -251,7 +251,7 @@ KNOWN_ISSUES = { }, "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/issues/1777": { "tests": [ - "check.gst-plugins-bad.elements_srtp.test_play" + "check.gst-plugins-bad.elements_srtp.test_play.*" ], "issues": [ { -- 2.7.4