From b0ef4770cfbf5a78ca342e5d18cdc2c559632a6e Mon Sep 17 00:00:00 2001 From: Dominik Holland Date: Wed, 11 May 2022 15:55:40 +0200 Subject: Disable testing using QEMU Change-Id: I9310286ec2ef16a09fe65af369c675a74fc39ee0 Reviewed-by: Robert Griebl --- tests/tests.pro | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tests/tests.pro b/tests/tests.pro index 514356f3..0297c0ca 100644 --- a/tests/tests.pro +++ b/tests/tests.pro @@ -3,6 +3,12 @@ TEMPLATE = subdirs load(am-config) requires(!disable-installer) +TARGET_OSVERSION_COIN=$$(TARGET_OSVERSION_COIN) +equals(TARGET_OSVERSION_COIN, qemu) { + message("Disable testing on QEMU as it is known to be broken!") + return() +} + SUBDIRS = \ manual \ application \ -- cgit v1.2.1