summaryrefslogtreecommitdiffstats
path: root/tests/auto
diff options
context:
space:
mode:
authorShawn Rutledge <shawn.rutledge@qt.io>2022-06-05 14:28:08 +0000
committerShawn Rutledge <shawn.rutledge@qt.io>2022-06-08 22:27:27 +0000
commita4099cdd2aa657e75dfa27ab06247052254920bc (patch)
tree93bc1b337803fda5d69ffe0cf85cf37bacc636a8 /tests/auto
parentc5de1b21232c7114b27e42fa8c15cb323d256e47 (diff)
Revert "Skip tst_UIDelegates::contextMenu on macOS"
This reverts commit af4f03f51fc647c48968e149799cd35ab161dc55. Reason for revert: crashes anyway, somehow Task-number: QTBUG-103354 Change-Id: I6f3119f855ce485668d9541c323dee947df93b60 Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
Diffstat (limited to 'tests/auto')
-rw-r--r--tests/auto/quick/uidelegates/tst_uidelegates.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/auto/quick/uidelegates/tst_uidelegates.cpp b/tests/auto/quick/uidelegates/tst_uidelegates.cpp
index cbf14a186..4c2fa3b3c 100644
--- a/tests/auto/quick/uidelegates/tst_uidelegates.cpp
+++ b/tests/auto/quick/uidelegates/tst_uidelegates.cpp
@@ -159,9 +159,6 @@ 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();