summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/declarative_ui/tst_map_mouse.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/declarative_ui/tst_map_mouse.qml b/tests/auto/declarative_ui/tst_map_mouse.qml
index dd9de73a..b3f265a0 100644
--- a/tests/auto/declarative_ui/tst_map_mouse.qml
+++ b/tests/auto/declarative_ui/tst_map_mouse.qml
@@ -523,7 +523,7 @@ Item {
compare(mouseLowerPressedSpy.count, 1)
compare(mouseLowerReleasedSpy.count, 1)
-
+ skip("Makes other tests fail due to QTBUG-66534")
compare(mouseOverlapperPressedSpy.count, 0)
mousePress(map, 55, 75)
compare(mouseUpperPressedSpy.count, 2)