summaryrefslogtreecommitdiff
path: root/tests/auto/declarative_ui/tst_map_flick.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/declarative_ui/tst_map_flick.qml')
-rw-r--r--tests/auto/declarative_ui/tst_map_flick.qml3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/auto/declarative_ui/tst_map_flick.qml b/tests/auto/declarative_ui/tst_map_flick.qml
index 7a58b186..8da712b2 100644
--- a/tests/auto/declarative_ui/tst_map_flick.qml
+++ b/tests/auto/declarative_ui/tst_map_flick.qml
@@ -30,6 +30,7 @@ import QtQuick 2.5
import QtTest 1.0
import QtLocation 5.6
import QtPositioning 5.5
+import QtLocation.Test 5.6
Item {
// General-purpose elements for the test:
@@ -98,6 +99,8 @@ Item {
function init()
{
+ if (Qt.platform.os === "windows" && (LocationTestHelper.x86Bits() === 32))
+ skip("QTBUG-59503")
map.gesture.acceptedGestures = MapGestureArea.PanGesture | MapGestureArea.FlickGesture;
map.gesture.enabled = true
map.gesture.panEnabled = true