summaryrefslogtreecommitdiffstats
path: root/tests/auto
diff options
context:
space:
mode:
authorShawn Rutledge <shawn.rutledge@digia.com>2014-03-14 09:40:24 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-03-14 15:26:10 +0100
commit2258d8f9d06922582a9d6d17a5fc53a6b23df183 (patch)
tree789bf296f75497fe22706eb3abf62a64fd1e7e5f /tests/auto
parent23a79b9119fdd05837feff55c1444d53245138bf (diff)
Disable splashScreenModality test: dialog is going under splash screen
That's a bug, but this test causes CI problems until it's fixed. Task-number: QTBUG-35169 Change-Id: I27b3a61437312d2217743670fa14510d9340d8c1 Reviewed-by: Morten Johan Sørvig <morten.sorvig@digia.com> Reviewed-by: Simo Fält <simo.falt@digia.com>
Diffstat (limited to 'tests/auto')
-rw-r--r--tests/auto/other/macgui/tst_macgui.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/auto/other/macgui/tst_macgui.cpp b/tests/auto/other/macgui/tst_macgui.cpp
index e796b44843..14993145b4 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);