From 75b7834370b659de57e3e128ccec6cd8586fa6bf 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.10 6.9 6.8 6.5 Change-Id: I38f4bb5ca59255870dc6dbbb69e9ab339c679ddc Reviewed-by: Ville-Pekka Karhu --- 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 8e9b4aed..03ffbac4 100644 --- a/coin/platform_configs/cmake_platforms.yaml +++ b/coin/platform_configs/cmake_platforms.yaml @@ -128,7 +128,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'