aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qquicklistview/tst_qquicklistview.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/quick/qquicklistview/tst_qquicklistview.cpp')
-rw-r--r--tests/auto/quick/qquicklistview/tst_qquicklistview.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/auto/quick/qquicklistview/tst_qquicklistview.cpp b/tests/auto/quick/qquicklistview/tst_qquicklistview.cpp
index 0ca2c6a679..18b4553135 100644
--- a/tests/auto/quick/qquicklistview/tst_qquicklistview.cpp
+++ b/tests/auto/quick/qquicklistview/tst_qquicklistview.cpp
@@ -5277,11 +5277,6 @@ void tst_QQuickListView::snapOneItem()
QFETCH(qreal, endExtent);
QFETCH(qreal, startExtent);
-#ifdef Q_OS_MAC
- // This test seems to be unreliable - different test data fails on different runs
- QSKIP("QTBUG-24338");
-#endif
-
QQuickView *window = getView();
window->setSource(testFileUrl("snapOneItem.qml"));