Skip unreliable test
authorAaron Kennedy <aaron.kennedy@nokia.com>
Wed, 22 Jun 2011 08:39:22 +0000 (18:39 +1000)
committerAaron Kennedy <aaron.kennedy@nokia.com>
Wed, 22 Jun 2011 08:39:22 +0000 (18:39 +1000)
tests/auto/declarative/qsglistview/tst_qsglistview.cpp

index e32353a..c2bcf6d 100644 (file)
@@ -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));