From f153846b160fc6a18d513e492ed671aeb21a3061 Mon Sep 17 00:00:00 2001 From: Aaron Kennedy Date: Wed, 22 Jun 2011 18:39:22 +1000 Subject: Skip unreliable test --- tests/auto/declarative/qsglistview/tst_qsglistview.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/auto/declarative/qsglistview/tst_qsglistview.cpp b/tests/auto/declarative/qsglistview/tst_qsglistview.cpp index e32353ad53..c2bcf6dd40 100644 --- a/tests/auto/declarative/qsglistview/tst_qsglistview.cpp +++ b/tests/auto/declarative/qsglistview/tst_qsglistview.cpp @@ -1186,6 +1186,8 @@ void tst_QSGListView::sectionsDelegate() void tst_QSGListView::currentIndex() { + QSKIP("QTBUG-20020", SkipAll); + TestModel model; for (int i = 0; i < 30; i++) model.addItem("Item" + QString::number(i), QString::number(i)); -- cgit v1.2.3