aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAaron Kennedy <aaron.kennedy@nokia.com>2011-06-22 18:39:22 +1000
committerAaron Kennedy <aaron.kennedy@nokia.com>2011-06-22 18:39:22 +1000
commitf153846b160fc6a18d513e492ed671aeb21a3061 (patch)
treec87ba9b514e4428c669a1653c88ceb1f948d59cf
parent26a18e5d03310dc69bfe97bac1ff512b3d62c475 (diff)
Skip unreliable test
-rw-r--r--tests/auto/declarative/qsglistview/tst_qsglistview.cpp2
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 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));