From 7b3818271a93b5c4d5baab1054a6f0fd800d0d4f Mon Sep 17 00:00:00 2001 From: Liang Qi Date: Fri, 4 Oct 2024 09:30:29 +0200 Subject: [PATCH] Revert "platform_configs: remove InsignificantTests for u2404 x11 non-dev" This reverts commit 0cd87bfd320fb78c506d45413e96ff122f78b67f. The platform is not stable enough, let's remove it first. Change-Id: Ia7a378dc1ad867b085528da02e9d7ed70658c1cd Reviewed-by: Axel Spoerl Reviewed-by: Jukka Jokiniva (cherry picked from commit 7525c795e7ca03befa0830e9f4b40de340ef70d8) 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 e53aab4c..e4af7f54 100644 --- a/coin/platform_configs/cmake_platforms.yaml +++ b/coin/platform_configs/cmake_platforms.yaml @@ -105,7 +105,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.5-developer-build'