From 5044b7e8e465221884d9d671f0d52f07330f3207 Mon Sep 17 00:00:00 2001 From: Dominik Holland Date: Tue, 26 Apr 2022 10:11:27 +0200 Subject: coin: enable tests on windows again Change-Id: I4cec96ca8794d8b958bcb835fd8552e2bacfd8ed Reviewed-by: Robert Griebl --- coin/module_config.yaml | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) (limited to 'coin') diff --git a/coin/module_config.yaml b/coin/module_config.yaml index b0a8cd50..a6d2944b 100644 --- a/coin/module_config.yaml +++ b/coin/module_config.yaml @@ -34,13 +34,6 @@ instructions: instructions: - !include "{{qt/qtbase}}/coin_module_test_template_v3.yaml" disable_if: - condition: or - conditions: - # this shouldn't be necessary, but the CI non-deterministically freezes when running tst_main, - # independent of toolchain (MSVC, MingW) or OS version (10, 11) - - condition: property - property: host.os - in_values: ["Windows"] - - condition: property - property: target.os - in_values: ["IOS", "Android", "WebAssembly"] + condition: property + property: target.os + in_values: ["IOS", "Android", "WebAssembly"] -- cgit v1.2.1