From f153846b160fc6a18d513e492ed671aeb21a3061 Mon Sep 17 00:00:00 2001 From: Aaron Kennedy Date: Wed, 22 Jun 2011 18:39:22 +1000 Subject: [PATCH] Skip unreliable test --- .../declarative/qsglistview/tst_qsglistview.cpp | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/tests/auto/declarative/qsglistview/tst_qsglistview.cpp b/tests/auto/declarative/qsglistview/tst_qsglistview.cpp index e32353a..c2bcf6d 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)); -- 1.7.2.5