aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/controls/data/tst_drawer.qml
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@theqtcompany.com>2016-03-22 22:20:01 +0100
committerJ-P Nurmi <jpnurmi@theqtcompany.com>2016-03-23 09:15:50 +0000
commit68eec20b69851e5c0901a186ad27fe56abac1745 (patch)
treec00f1b36a42499c783597ebe0a53f22e072fbbc1 /tests/auto/controls/data/tst_drawer.qml
parent5ea88122a7442c49d2262c95a6b0cd32c5b5b541 (diff)
tst_drawer: blacklist test_swipeVelocity on OSX
This way the tests are run at least on other platforms. Task-number: QTBUG-52003 Change-Id: Ibb5809aa56dc998d67e464d8d76cb51954d1581e Reviewed-by: Mitch Curtis <mitch.curtis@theqtcompany.com>
Diffstat (limited to 'tests/auto/controls/data/tst_drawer.qml')
-rw-r--r--tests/auto/controls/data/tst_drawer.qml2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/auto/controls/data/tst_drawer.qml b/tests/auto/controls/data/tst_drawer.qml
index fff8ec49..b6ea297c 100644
--- a/tests/auto/controls/data/tst_drawer.qml
+++ b/tests/auto/controls/data/tst_drawer.qml
@@ -77,8 +77,6 @@ TestCase {
}
function test_swipeVelocity() {
- skip("QTBUG-52003");
-
var control = rectDrawer.createObject(testCase)
verify(control.contentItem)
compare(control.edge, Qt.LeftEdge)