summaryrefslogtreecommitdiffstats
path: root/tests/auto
diff options
context:
space:
mode:
authorJason McDonald <jason.mcdonald@nokia.com>2012-04-24 17:54:20 +1000
committerQt by Nokia <qt-info@nokia.com>2012-04-24 10:26:22 +0200
commit342d66995a8adffe0e7f02212e4ad56416663a85 (patch)
treee02ab7451d51ebb1bb65df4d93296af66c3903a4 /tests/auto
parentd8ce52840000553336d6b17795f32471cb0c41e3 (diff)
Skip unstable tst_QMdiArea::subWindowActivated2 test on Mac OS X.
This test function recently became unstable in parallel with the change to re-enable the test. Skip the unstable function until it can be fixed. Change-Id: I0fb962aa3294a0c9b799acee52ab1fb1cd1c6924 Reviewed-by: Sergio Ahumada <sergio.ahumada@nokia.com>
Diffstat (limited to 'tests/auto')
-rw-r--r--tests/auto/widgets/widgets/qmdiarea/tst_qmdiarea.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/widgets/widgets/qmdiarea/tst_qmdiarea.cpp b/tests/auto/widgets/widgets/qmdiarea/tst_qmdiarea.cpp
index c1cfe461c1..69c14f7774 100644
--- a/tests/auto/widgets/widgets/qmdiarea/tst_qmdiarea.cpp
+++ b/tests/auto/widgets/widgets/qmdiarea/tst_qmdiarea.cpp
@@ -531,7 +531,7 @@ void tst_QMdiArea::subWindowActivated2()
QSKIP("Not fixed yet. See Task 197453");
#endif
#ifdef Q_OS_MAC
- QEXPECT_FAIL("", "QTBUG-25298", Abort);
+ QSKIP("QTBUG-25298: This test is unstable on Mac.");
#endif
QTRY_COMPARE(spy.count(), 1);
QVERIFY(!mdiArea.activeSubWindow());