summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorAlan Alpert <aalpert@rim.com>2012-12-24 08:31:26 -0800
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-01-05 02:10:22 +0100
commit03e604ec703bd37670ad528e0affdbfaccdb0638 (patch)
treec165a16aaa21e1a42cb986c28a192b105b2216a9 /tests
parent451462b1e0304e0cb6c2872e4f5688bc2e556dca (diff)
Skip failing test for now
Task-number: QTBUG-28829 Change-Id: If607130a936bd04fda8cc518f8b4cd8070e62c3c Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/qgraphicsproxywidget/tst_qgraphicsproxywidget.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/qgraphicsproxywidget/tst_qgraphicsproxywidget.cpp b/tests/auto/qgraphicsproxywidget/tst_qgraphicsproxywidget.cpp
index e19bb5a6d7..d7babf56c1 100644
--- a/tests/auto/qgraphicsproxywidget/tst_qgraphicsproxywidget.cpp
+++ b/tests/auto/qgraphicsproxywidget/tst_qgraphicsproxywidget.cpp
@@ -962,6 +962,7 @@ void tst_QGraphicsProxyWidget::hoverEnterLeaveEvent()
#if defined(Q_OS_WINCE) && (!defined(GWES_ICONCURS) || defined(QT_NO_CURSOR))
QSKIP("hover events not supported on this platform", SkipAll);
#endif
+ QSKIP("Unstable test - QTBUG-28829", SkipAll);
// proxy should translate this into events that the widget would expect