aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/controls/BLACKLIST3
-rw-r--r--tests/auto/controls/data/tst_drawer.qml2
2 files changed, 2 insertions, 3 deletions
diff --git a/tests/auto/controls/BLACKLIST b/tests/auto/controls/BLACKLIST
index 5f1713e1..d4e90561 100644
--- a/tests/auto/controls/BLACKLIST
+++ b/tests/auto/controls/BLACKLIST
@@ -1,6 +1,3 @@
# QTBUG-52003
[SwipeDelegate::test_swipeVelocity]
osx
-# QTBUG-52003
-[Drawer::test_swipeVelocity]
-osx
diff --git a/tests/auto/controls/data/tst_drawer.qml b/tests/auto/controls/data/tst_drawer.qml
index 6306de17..83e04187 100644
--- a/tests/auto/controls/data/tst_drawer.qml
+++ b/tests/auto/controls/data/tst_drawer.qml
@@ -75,6 +75,8 @@ TestCase {
}
function test_swipeVelocity() {
+ skip("QTBUG-52003");
+
var control = rectDrawer.createObject(testCase)
verify(control.contentItem)
compare(control.edge, Qt.LeftEdge)