aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/quick/qquickmousearea/tst_qquickmousearea.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/auto/quick/qquickmousearea/tst_qquickmousearea.cpp b/tests/auto/quick/qquickmousearea/tst_qquickmousearea.cpp
index 7bf9660978..6a9d5cedc0 100644
--- a/tests/auto/quick/qquickmousearea/tst_qquickmousearea.cpp
+++ b/tests/auto/quick/qquickmousearea/tst_qquickmousearea.cpp
@@ -2389,6 +2389,9 @@ void tst_QQuickMouseArea::mask()
void tst_QQuickMouseArea::nestedEventDelivery() // QTBUG-70898
{
+#ifdef Q_OS_MACOS
+ QSKIP("this test currently crashes on MacOS 10.14 in CI. See QTBUG-86729");
+#endif
QQmlEngine engine;
QQmlComponent c(&engine, testFileUrl("nestedSendEvent.qml"));
QScopedPointer<QQuickWindow> window(qmlobject_cast<QQuickWindow *>(c.create()));