summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSami Nurmenniemi <sami.nurmenniemi@qt.io>2017-04-26 16:38:32 +0300
committerSami Nurmenniemi <sami.nurmenniemi@qt.io>2017-04-27 08:09:09 +0000
commit6717956ed4b886defbb158b46b6ab572984c0891 (patch)
tree9f2d4b1c09f40e93863d0ca46295d19fa89a5d68
parent08458d0dcfba8421c03ed9c7dec7435619f0b70d (diff)
Exclude qmltest for boot2qtv5.9.0-beta4
Currently boot2qt is tested with QEMU and the test crashes. Disabling for now to make it possible to enable qt5 tests for Coin. Task-number: QTBUG-60266 Change-Id: I8954d1dbefbd6f07710f1f5ed2a39be0fd55265f Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
-rw-r--r--tests/auto/auto.pro3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/auto/auto.pro b/tests/auto/auto.pro
index 1bcf14e..b05fadc 100644
--- a/tests/auto/auto.pro
+++ b/tests/auto/auto.pro
@@ -2,3 +2,6 @@ TEMPLATE = subdirs
!uikit: SUBDIRS += qmltest
installed_cmake.depends = cmake
+
+# Currently qmltest crashes for boot2qt
+boot2qt: SUBDIRS -= qmltest