From 8bd36b1d0d68002ec60130c73c75585eb6028e16 Mon Sep 17 00:00:00 2001 From: Tero Heikkinen Date: Tue, 10 Mar 2026 08:06:05 +0200 Subject: [PATCH] openSUSE 16.0: Add missing InsignificantTests flag to wasm qtbase Test tst_qurl has started to fail too often. Pick-to: 6.11 Task-number: QTQAINFRA-7455 Change-Id: I4f565179fdcf281740e27211a69a1a2868a44cd1 Reviewed-by: Jukka Jokiniva --- coin/platform_configs/wasm_qtbase_tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coin/platform_configs/wasm_qtbase_tests.yaml b/coin/platform_configs/wasm_qtbase_tests.yaml index 495ef8dc..c67c9e03 100644 --- a/coin/platform_configs/wasm_qtbase_tests.yaml +++ b/coin/platform_configs/wasm_qtbase_tests.yaml @@ -12,5 +12,5 @@ Configurations: Template: 'qtci-linux-openSUSE-16.0-x86_64-51' Target os: 'WebAssembly' Compiler: 'GCC' - Features: ['Sccache', 'TestOnly'] + Features: ['Sccache', 'TestOnly', 'InsignificantTests', 'DoNotAbortTestingOnFirstFailure'] Platform dependency: 'webassembly-linux-thread-asyncify-new'