Skip test case for now
authorBea Lam <bea.lam@nokia.com>
Mon, 27 Feb 2012 07:37:57 +0000 (17:37 +1000)
committerQt by Nokia <qt-info@nokia.com>
Mon, 27 Feb 2012 07:34:39 +0000 (08:34 +0100)
Change-Id: I06128c544c1ee03d4528f6f86fc776e09be87316
Reviewed-by: Bea Lam <bea.lam@nokia.com>
tests/auto/qtquick2/qquickgridview/tst_qquickgridview.cpp
tests/auto/qtquick2/qquicklistview/tst_qquicklistview.cpp

index cc76b7b..5765a67 100644 (file)
@@ -1272,6 +1272,8 @@ void tst_QQuickGridView::moved_data()
 
 void tst_QQuickGridView::multipleChanges()
 {
+    QSKIP("QTBUG-24523");
+
     QFETCH(int, startCount);
     QFETCH(QList<ListChange>, changes);
     QFETCH(int, newCount);
index 253df32..04da3f7 100644 (file)
@@ -5566,6 +5566,8 @@ void tst_QQuickListView::removeTransitions_data()
 
 void tst_QQuickListView::multipleTransitions()
 {
+    QSKIP("QTBUG-24523");
+
     // Tests that if you interrupt a transition in progress with another action that
     // cancels the previous transition, the resulting items are still placed correctly.