aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/controls/data/tst_swipedelegate.qml
diff options
context:
space:
mode:
authorMitch Curtis <mitch.curtis@theqtcompany.com>2016-03-31 12:01:50 +0200
committerMitch Curtis <mitch.curtis@theqtcompany.com>2016-03-31 10:41:05 +0000
commite205194cfa36f0e811f2224beceb6588ebe78287 (patch)
treeae4d26c8a127d4ab7c73561d7e68c5a485eec2f6 /tests/auto/controls/data/tst_swipedelegate.qml
parentcb22c6ca0239462bc20ff4fddedcd596c9ea3f6a (diff)
Revert "tst_swipedelegate: blacklist test_swipeVelocity on OSX"
This reverts commit faa65aebb2e52cc809248f6cbb86b994ff329285. It's not just OS X that fails, and tst_styles doesn't have a blacklist, so the test still causes integration failures for the material and universal styles. Rather than maintain two blacklist files, we'll just go back to skip(). Change-Id: Idcd460f5e90b205bc40367e48406b1b05b96d7fc Reviewed-by: Mitch Curtis <mitch.curtis@theqtcompany.com>
Diffstat (limited to 'tests/auto/controls/data/tst_swipedelegate.qml')
-rw-r--r--tests/auto/controls/data/tst_swipedelegate.qml2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/auto/controls/data/tst_swipedelegate.qml b/tests/auto/controls/data/tst_swipedelegate.qml
index 6fbedeec..de5d7862 100644
--- a/tests/auto/controls/data/tst_swipedelegate.qml
+++ b/tests/auto/controls/data/tst_swipedelegate.qml
@@ -347,6 +347,8 @@ TestCase {
}
function test_swipeVelocity(data) {
+ skip("QTBUG-52003");
+
var control = swipeDelegateComponent.createObject(testCase);
verify(control);