aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJ-P Nurmi <j-p.nurmi@nokia.com>2012-09-15 19:24:07 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-09-24 07:53:00 +0200
commit69bd6b58209cd5b1112607583a6eb0010e127bee (patch)
tree6e0f32b1dfb68fc9daed707f8ee28d6f0ee37ecf
parent2e8bf5ed7929f6e8440fa2523bdc466aa188d00f (diff)
tst_QQuickListView::sectionsDelegate_headerVisibility(): restore QSKIP
Task-number: QTBUG-24395 Change-Id: Idd403aa5e81965f4ebf14378b28b47c099a2c487 Reviewed-by: Caroline Chao <caroline.chao@digia.com>
-rw-r--r--tests/auto/quick/qquicklistview/tst_qquicklistview.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/auto/quick/qquicklistview/tst_qquicklistview.cpp b/tests/auto/quick/qquicklistview/tst_qquicklistview.cpp
index 8989d1a7e2..c1aa9460e6 100644
--- a/tests/auto/quick/qquicklistview/tst_qquicklistview.cpp
+++ b/tests/auto/quick/qquicklistview/tst_qquicklistview.cpp
@@ -2168,6 +2168,8 @@ void tst_QQuickListView::sectionsDragOutsideBounds()
void tst_QQuickListView::sectionsDelegate_headerVisibility()
{
+ QSKIP("QTBUG-24395");
+
QQuickView *window = createView();
QaimModel model;