From 9bc2004e5cff31a0a621123920e78149d3edbf69 Mon Sep 17 00:00:00 2001 From: Liang Qi Date: Fri, 23 Aug 2024 09:59:33 +0200 Subject: [PATCH] platform_configs: remove InsignificantTests for u2404 arm64 offscreen Change-Id: I9c92566f59e3e6b651c86c5652b6acf12e2b74eb Reviewed-by: Jani Heikkinen Reviewed-by: Liang Qi (cherry picked from commit 420b779335d18da9074ac0f192a668a5dd68739b) 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 b9297638..a438abb7 100644 --- a/coin/platform_configs/cmake_platforms.yaml +++ b/coin/platform_configs/cmake_platforms.yaml @@ -65,7 +65,7 @@ Configurations: Id: 'ubuntu-24.04-arm64-offscreen-tests' Template: 'qtci-linux-Ubuntu-24.04-aarch64-50' Compiler: 'GCC' - Features: ['TestOnly', 'InsignificantTests'] + Features: ['TestOnly'] Environment variables: [ 'CMAKE_ARGS=-DOpenGL_GL_PREFERENCE=LEGACY', 'QT_QPA_OFFSCREEN_NO_GLX=1',