Disable tst_QQuickListView::programmaticFlickAtBounds()
authorEskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@digia.com>
Wed, 10 Sep 2014 10:03:28 +0000 (12:03 +0200)
committerEskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@digia.com>
Wed, 10 Sep 2014 11:52:12 +0000 (13:52 +0200)
This test gives false negatives blocking CI consistently.

Change-Id: Id904f147b720a183167f335ee4db856d7e3ca94d
Task-number: QTBUG-41228
Reviewed-by: Gunnar Sletta <gunnar@sletta.org>
tests/auto/quick/qquicklistview/tst_qquicklistview.cpp

index 1e901ea..5122b6a 100644 (file)
@@ -7801,6 +7801,8 @@ void tst_QQuickListView::QTBUG_38209()
 
 void tst_QQuickListView::programmaticFlickAtBounds()
 {
+    QSKIP("Disabled due to false negatives (QTBUG-41228)");
+
     QScopedPointer<QQuickView> window(createView());
     window->setSource(testFileUrl("simplelistview.qml"));
     window->show();