aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tests/auto/quick/qquicklistview/BLACKLIST2
-rw-r--r--tests/auto/quick/qquicklistview/tst_qquicklistview.cpp4
2 files changed, 2 insertions, 4 deletions
diff --git a/tests/auto/quick/qquicklistview/BLACKLIST b/tests/auto/quick/qquicklistview/BLACKLIST
index 1984999130..6ef69550a4 100644
--- a/tests/auto/quick/qquicklistview/BLACKLIST
+++ b/tests/auto/quick/qquicklistview/BLACKLIST
@@ -12,5 +12,3 @@ macos
macos
opensuse-leap
ubuntu-18.04
-[sectionsSnap]
-macos ci # QTBUG-86729
diff --git a/tests/auto/quick/qquicklistview/tst_qquicklistview.cpp b/tests/auto/quick/qquicklistview/tst_qquicklistview.cpp
index 3a742f2a6d..fbc4b92762 100644
--- a/tests/auto/quick/qquicklistview/tst_qquicklistview.cpp
+++ b/tests/auto/quick/qquicklistview/tst_qquicklistview.cpp
@@ -130,6 +130,8 @@ private slots:
void spacing();
void qAbstractItemModel_package_sections();
void qAbstractItemModel_sections();
+ void sectionsSnap_data();
+ void sectionsSnap();
void sectionsPositioning();
void sectionsDelegate_data();
void sectionsDelegate();
@@ -139,8 +141,6 @@ private slots:
void sectionPropertyChange();
void sectionDelegateChange();
void sectionsItemInsertion();
- void sectionsSnap_data();
- void sectionsSnap();
void cacheBuffer();
void positionViewAtBeginningEnd();
void positionViewAtIndex();