From 582a05fab0e4bfdb6807193a9af75f9a73904669 Mon Sep 17 00:00:00 2001 From: Axel Spoerl Date: Fri, 29 Aug 2025 12:19:36 +0200 Subject: [PATCH] Make ubuntu-24.04-x64-x11-tests test insignificant Ubuntu 24.04 installs Wayland by default. The X11 version is known to be problematic, which is why ubuntu-24.04-x64-documentation-x11-tests has been marked InsignificantTests. Extend this to ubuntu-24.04-x64-x11-tests. Task-number: QTBUG-137909 Task-number: QTBUG-136092 Pick-to: 6.9 6.8 6.5 Change-Id: I38f4bb5ca59255870dc6dbbb69e9ab339c679ddc Reviewed-by: Ville-Pekka Karhu (cherry picked from commit 75b7834370b659de57e3e128ccec6cd8586fa6bf) 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 36a5518b..e5dc6098 100644 --- a/coin/platform_configs/cmake_platforms.yaml +++ b/coin/platform_configs/cmake_platforms.yaml @@ -118,7 +118,7 @@ Configurations: Id: 'ubuntu-24.04-x64-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' - Id: 'opensuse-15.6-developer-build'