aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/touchmouse
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/quick/touchmouse')
-rw-r--r--tests/auto/quick/touchmouse/tst_touchmouse.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/quick/touchmouse/tst_touchmouse.cpp b/tests/auto/quick/touchmouse/tst_touchmouse.cpp
index 5b201541fe..88348b8889 100644
--- a/tests/auto/quick/touchmouse/tst_touchmouse.cpp
+++ b/tests/auto/quick/touchmouse/tst_touchmouse.cpp
@@ -818,6 +818,7 @@ void tst_TouchMouse::buttonOnDelayedPressFlickable()
// when the touchpoint was released, the child saw the delayed press and the release in sequence
qCDebug(lcTests) << "expected delivered events: press, release, ungrab" << eventItem1->eventList;
qCDebug(lcTests) << "expected filtered events: delayed press, release" << filteredEventList;
+ QSKIP("QTBUG-85607");
QTRY_COMPARE(eventItem1->eventList.size(), 3);
QCOMPARE(eventItem1->eventList.at(0).type, QEvent::MouseButtonPress);
QCOMPARE(eventItem1->eventList.at(1).type, QEvent::MouseButtonRelease);