From cc7fb64d321c4884caee0cfd29bd2de0b1b3eaeb Mon Sep 17 00:00:00 2001 From: Sami Nurmenniemi Date: Fri, 28 Apr 2017 15:02:55 +0300 Subject: 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 Reviewed-by: Simon Hausmann --- tests/auto/auto.pro | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tests') 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 } } -- cgit v1.2.1