summaryrefslogtreecommitdiff
path: root/coin/module_config.yaml
diff options
context:
space:
mode:
authorRobert Griebl <robert.griebl@qt.io>2022-03-05 03:07:38 +0100
committerRobert Griebl <robert.griebl@qt.io>2022-03-21 16:41:48 +0000
commit5a3290462d617c63660ddebc94cf122cb1dc6eed (patch)
tree06089f0abf444df34b6a2116567803e776435f0f /coin/module_config.yaml
parent3af34ee549f6514a3396b196edc6b8415c8db3af (diff)
downloadqtapplicationmanager-5a3290462d617c63660ddebc94cf122cb1dc6eed.tar.gz
Re-enable running autotests on macOS
We could theoretically also run them on Windows now, but the tst_main test non-deterministically freezes regardless of compiler (MSVC or MingW) and OS (Win 10 or Win 11). Change-Id: Ic55063e277ab28ec087cf644e5007744f9f2303a Pick-to: 6.3 6.3.0 Reviewed-by: Dominik Holland <dominik.holland@qt.io>
Diffstat (limited to 'coin/module_config.yaml')
-rw-r--r--coin/module_config.yaml4
1 files changed, 3 insertions, 1 deletions
diff --git a/coin/module_config.yaml b/coin/module_config.yaml
index bb08ecb4..03fa76d2 100644
--- a/coin/module_config.yaml
+++ b/coin/module_config.yaml
@@ -30,9 +30,11 @@ instructions:
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", "MacOS"]
+ in_values: ["Windows"]
- condition: property
property: target.os
in_values: ["IOS", "Android", "WebAssembly"]