aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 1e901ea47c..5122b6aa38 100644
--- a/tests/auto/quick/qquicklistview/tst_qquicklistview.cpp
+++ b/tests/auto/quick/qquicklistview/tst_qquicklistview.cpp
@@ -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();