From c90fe5227623a0efda6103168580db96d0b86bc3 Mon Sep 17 00:00:00 2001 From: Tim Blechmann Date: Mon, 30 Sep 2024 13:45:20 +0800 Subject: [PATCH] Coin: disable gstreamer tests on CI MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Lots of gstreamer tests are flaky, blocking dependency update rounds. As long as the tests are flaky, we should disable them. Fixes: QTBUG-129469 Pick-to: 6.5 6.7 6.8 Change-Id: I7dc823471f04e2c7ff348f4a0e6436551dff3f69 Reviewed-by: Jøger Hansegård --- coin/instructions/run_gstreamer_backend_tests.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/coin/instructions/run_gstreamer_backend_tests.yaml b/coin/instructions/run_gstreamer_backend_tests.yaml index 797b9480cc..62e9a74d8a 100644 --- a/coin/instructions/run_gstreamer_backend_tests.yaml +++ b/coin/instructions/run_gstreamer_backend_tests.yaml @@ -4,7 +4,9 @@ enable_if: conditions: - condition: runtime env_var: TARGET_OSVERSION_COIN - contains_value: ubuntu + # QTBUG-129469 as long as we have flaky tests, we need to disable all gstreamer tests on CI to avoid blocking + # dependency update rounds + contains_value: disabled_ubuntu # Disabling on rhel/opensuse for now due to missing h264 codecs on CI # - condition: runtime # env_var: TARGET_OSVERSION_COIN