aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/touchmouse
diff options
context:
space:
mode:
authorUlf Hermann <ulf.hermann@qt.io>2020-09-15 12:55:05 +0200
committerUlf Hermann <ulf.hermann@qt.io>2020-09-15 13:32:46 +0200
commit012a4528a515af8d7ec7dbc05a38d8fd0d6d4d1b (patch)
treef4ab42f278c598c8a918a2247c1f0d73a68cc8fd /tests/auto/quick/touchmouse
parenta2c5f5abff3cafc5769588b573bb04cf950a0450 (diff)
Skip tst_TouchMouse::buttonOnDelayedPressFlickable on macOS
Change-Id: I1b1b5d00ae8bef77ad63f8df5ec893b045e21923 Reviewed-by: Shawn Rutledge <shawn.rutledge@qt.io>
Diffstat (limited to 'tests/auto/quick/touchmouse')
-rw-r--r--tests/auto/quick/touchmouse/tst_touchmouse.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/auto/quick/touchmouse/tst_touchmouse.cpp b/tests/auto/quick/touchmouse/tst_touchmouse.cpp
index bd838d8d61..1c53a3abe2 100644
--- a/tests/auto/quick/touchmouse/tst_touchmouse.cpp
+++ b/tests/auto/quick/touchmouse/tst_touchmouse.cpp
@@ -727,6 +727,10 @@ void tst_TouchMouse::buttonOnDelayedPressFlickable()
QFETCH(bool, scrollBeforeDelayIsOver);
QFETCH(bool, releaseBeforeDelayIsOver);
+#ifdef Q_OS_MACOS
+ QSKIP("Deadlocks or crashes due to events changes in qtbase");
+#endif
+
qApp->setAttribute(Qt::AA_SynthesizeMouseForUnhandledTouchEvents, true);
filteredEventList.clear();