summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/gui/kernel/qguiapplication/tst_qguiapplication.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/auto/gui/kernel/qguiapplication/tst_qguiapplication.cpp b/tests/auto/gui/kernel/qguiapplication/tst_qguiapplication.cpp
index c0242d95c5..578ea9f693 100644
--- a/tests/auto/gui/kernel/qguiapplication/tst_qguiapplication.cpp
+++ b/tests/auto/gui/kernel/qguiapplication/tst_qguiapplication.cpp
@@ -81,9 +81,6 @@ public:
void tst_QGuiApplication::focusObject()
{
-#ifdef Q_OS_MAC
- QSKIP("This test fails intermittently, and at different locations. See QTBUG-24322");
-#endif
int argc = 0;
QGuiApplication app(argc, 0);