diff options
author | Alan Alpert <aalpert@rim.com> | 2012-12-24 16:31:26 (GMT) |
---|---|---|
committer | The Qt Project <gerrit-noreply@qt-project.org> | 2013-01-05 01:10:22 (GMT) |
commit | 03e604ec703bd37670ad528e0affdbfaccdb0638 (patch) | |
tree | c165a16aaa21e1a42cb986c28a192b105b2216a9 /tests | |
parent | 451462b1e0304e0cb6c2872e4f5688bc2e556dca (diff) | |
download | Qt-03e604ec703bd37670ad528e0affdbfaccdb0638.zip Qt-03e604ec703bd37670ad528e0affdbfaccdb0638.tar.gz Qt-03e604ec703bd37670ad528e0affdbfaccdb0638.tar.bz2 |
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.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/qgraphicsproxywidget/tst_qgraphicsproxywidget.cpp b/tests/auto/qgraphicsproxywidget/tst_qgraphicsproxywidget.cpp index e19bb5a..d7babf5 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 |