diff options
author | Dominik Holland <dominik.holland@qt.io> | 2022-04-26 10:11:27 +0200 |
---|---|---|
committer | Robert Griebl <robert.griebl@qt.io> | 2022-05-17 20:13:39 +0200 |
commit | 5044b7e8e465221884d9d671f0d52f07330f3207 (patch) | |
tree | 99d79669fde24e21bb7b8d0b554e8b26f0a46054 | |
parent | 534790d8d51ee6e46299c525e096c34303d5c4c7 (diff) | |
download | qtapplicationmanager-5044b7e8e465221884d9d671f0d52f07330f3207.tar.gz |
coin: enable tests on windows again
Change-Id: I4cec96ca8794d8b958bcb835fd8552e2bacfd8ed
Reviewed-by: Robert Griebl <robert.griebl@qt.io>
-rw-r--r-- | coin/module_config.yaml | 13 |
1 files changed, 3 insertions, 10 deletions
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"] |