diff options
author | Sami Nurmenniemi <sami.nurmenniemi@qt.io> | 2017-04-28 15:02:55 +0300 |
---|---|---|
committer | Sami Nurmenniemi <sami.nurmenniemi@qt.io> | 2017-05-05 14:03:09 +0000 |
commit | cc7fb64d321c4884caee0cfd29bd2de0b1b3eaeb (patch) | |
tree | 90ea495ae00cc1e3a3891e04226934eb8ef3e625 | |
parent | acb1f42d21b94c4c783433c2e7d67646c905afb7 (diff) | |
download | qtlocation-cc7fb64d321c4884caee0cfd29bd2de0b1b3eaeb.tar.gz |
Disable/blacklist failing tests for boot2qt
Currently boot2qt is tested with QEMU and some tests fail. Disabling
them for now to make it possible to enable qt5 tests for Coin.
Task-number: QTBUG-60266
Change-Id: Ib12fe4787bf5f5c672be96233205da3184c2920d
Reviewed-by: Alex Blasche <alexander.blasche@qt.io>
Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
-rw-r--r-- | tests/auto/auto.pro | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/auto/auto.pro b/tests/auto/auto.pro index ba7dc523..5594b8b0 100644 --- a/tests/auto/auto.pro +++ b/tests/auto/auto.pro @@ -62,6 +62,9 @@ qtHaveModule(location) { declarative_geoshape !mac: SUBDIRS += declarative_ui + + # QTBUG-60268 + boot2qt: SUBDIRS -= declarative_ui } } |