From feabc0fdcf0ad863e39ff4024755076cdac39616 Mon Sep 17 00:00:00 2001 From: Liang Qi Date: Mon, 23 Jun 2025 10:42:19 +0200 Subject: [PATCH] Revert "platform_configs: remove InsignificantTests for u2404 x11 dev" Ubuntu 24.04 GNOME X11 still has too many flaky issues in our CI, which blocks integrations too much. This reverts commit 365860ce425a24a6452833fd7b8693b486062025. Pick-to: 6.9 6.8 Task-number: QTBUG-137909 Change-Id: I058c5d9c5e67bbea4a5ea88a915270ef00110d7a Reviewed-by: Axel Spoerl (cherry picked from commit e9687ee42e3a327e6e15d826f814dd1be45de883) Reviewed-by: Qt Cherry-pick Bot --- coin/platform_configs/cmake_platforms.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coin/platform_configs/cmake_platforms.yaml b/coin/platform_configs/cmake_platforms.yaml index 8656a862..d4bd3d2e 100644 --- a/coin/platform_configs/cmake_platforms.yaml +++ b/coin/platform_configs/cmake_platforms.yaml @@ -92,7 +92,7 @@ Configurations: Id: 'ubuntu-24.04-x64-developer-build-x11-tests' Template: 'qtci-linux-Ubuntu-24.04-x86_64-51' Compiler: 'GCC' - Features: ['Sccache', 'TestOnly'] + Features: ['Sccache', 'TestOnly', 'InsignificantTests'] Platform dependency: 'ubuntu-24.04-x64-developer-build' - Id: 'ubuntu-24.04-x64-x11-tests'