Skip to content

Commit

Permalink
Skip tst_QQuickListView::sectionsDelegate() for now
Browse files Browse the repository at this point in the history
Failing occasionally

Change-Id: I74fdc7f0d71a92ef2ea19df3125a362e2fa199c5
Reviewed-by: Martin Jones <martin.jones@nokia.com>
  • Loading branch information
Bea Lam authored and Qt by Nokia committed Feb 21, 2012
1 parent e060245 commit 2ac7e70
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/auto/qtquick2/qquicklistview/tst_qquicklistview.cpp
Expand Up @@ -1855,6 +1855,8 @@ void tst_QQuickListView::sections(const QUrl &source)

void tst_QQuickListView::sectionsDelegate()
{
QSKIP("QTBUG-24395");

QQuickView *canvas = createView();
canvas->show();

Expand Down

0 comments on commit 2ac7e70

Please sign in to comment.