aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/declarative/qquicklistview/tst_qquicklistview.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/auto/declarative/qquicklistview/tst_qquicklistview.cpp b/tests/auto/declarative/qquicklistview/tst_qquicklistview.cpp
index f7830b7fc1..a39082d738 100644
--- a/tests/auto/declarative/qquicklistview/tst_qquicklistview.cpp
+++ b/tests/auto/declarative/qquicklistview/tst_qquicklistview.cpp
@@ -3529,6 +3529,8 @@ void tst_QQuickListView::resizeFirstDelegate()
// QTBUG-20712: Content Y jumps constantly if first delegate height == 0
// and other delegates have height > 0
+ QSKIP("Test unstable - QTBUG-22872");
+
QQuickView *canvas = createView();
canvas->show();