summaryrefslogtreecommitdiffstats
path: root/tests/auto
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto')
-rw-r--r--tests/auto/quick/uidelegates/tst_uidelegates.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/auto/quick/uidelegates/tst_uidelegates.cpp b/tests/auto/quick/uidelegates/tst_uidelegates.cpp
index 4c2fa3b3c..cbf14a186 100644
--- a/tests/auto/quick/uidelegates/tst_uidelegates.cpp
+++ b/tests/auto/quick/uidelegates/tst_uidelegates.cpp
@@ -159,6 +159,9 @@ void tst_UIDelegates::fileDialog()
void tst_UIDelegates::contextMenu()
{
+#ifdef Q_OS_MACOS
+ QSKIP("Failing on macOS (QTBUG-103354)");
+#endif
m_window->show();
QTRY_VERIFY(qApp->focusObject());
QQuickWebEngineView *view = webEngineView();