From cc7fb64d321c4884caee0cfd29bd2de0b1b3eaeb Mon Sep 17 00:00:00 2001
From: Sami Nurmenniemi <sami.nurmenniemi@qt.io>
Date: Fri, 28 Apr 2017 15:02:55 +0300
Subject: [PATCH] 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>
---
 tests/auto/auto.pro | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/tests/auto/auto.pro b/tests/auto/auto.pro
index ba7dc5231..5594b8b07 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
     }
 }
 
-- 
GitLab