From b3b9fa2017161497d2e9470336f3f50171f599e2 Mon Sep 17 00:00:00 2001 From: Liang Qi Date: Fri, 7 Mar 2025 09:33:44 +0100 Subject: [PATCH] platform_configs: remove InsignificantTests for u2404 x11 dev MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Task-number: QTQAINFRA-7098 Pick-to: 6.8 Change-Id: I9229f35a3e42e6155e9a27b759aabc38901f128b Reviewed-by: Simo Fält Reviewed-by: Tero Heikkinen (cherry picked from commit 365860ce425a24a6452833fd7b8693b486062025) 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 885fd245..24787dfe 100644 --- a/coin/platform_configs/cmake_platforms.yaml +++ b/coin/platform_configs/cmake_platforms.yaml @@ -99,7 +99,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', 'InsignificantTests'] + Features: ['Sccache', 'TestOnly'] Platform dependency: 'ubuntu-24.04-x64-developer-build' - Id: 'ubuntu-24.04-x64-x11-tests'