diff --git a/tests/auto/other/macgui/tst_macgui.cpp b/tests/auto/other/macgui/tst_macgui.cpp index e796b448436..14993145b43 100644 --- a/tests/auto/other/macgui/tst_macgui.cpp +++ b/tests/auto/other/macgui/tst_macgui.cpp @@ -142,6 +142,8 @@ void tst_MacGui::splashScreenModality() box.setText("accessible?"); box.show(); + QSKIP("QTBUG-35169"); + // Find the "OK" button and schedule a press. QAccessibleInterface *interface = wn.find(QAccessible::Name, "OK", &box); QVERIFY(interface);