From 726b6ee9b43652ef198a7df590b08e641dd69377 Mon Sep 17 00:00:00 2001 From: Milla Pohjanheimo Date: Fri, 8 Apr 2016 14:43:15 +0300 Subject: Skipping quickcontrols: Test_TreeView::test_indexAt() MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Because of bug QTBUG-47523 we need to skip this test until it is fixed properly. Remove the 'skip' after the bug is fixed. Task-number: QTBUG-47523 Change-Id: I4ba514ac7cc38026ced16f8e12bea6e8ac329818 Reviewed-by: Tony Sarajärvi --- tests/auto/controls/data/tst_treeview.qml | 1 + 1 file changed, 1 insertion(+) (limited to 'tests') diff --git a/tests/auto/controls/data/tst_treeview.qml b/tests/auto/controls/data/tst_treeview.qml index d144b9c1..646066b5 100644 --- a/tests/auto/controls/data/tst_treeview.qml +++ b/tests/auto/controls/data/tst_treeview.qml @@ -751,6 +751,7 @@ Item { } function test_indexAt() { + skip("Fails because of bug QTBUG-47523") if (Settings.hasTouchScreen) skip("Fails with touch screens"); var component = Qt.createComponent("treeview/treeview_1.qml") -- cgit v1.2.1