tst_qgraphicsproxywidget: skip crashing test on Mac/Windows.

Created QTBUG-33067 for tracking the issue, after some debugging.

Change-Id: Iaf5556db2e0858e40a7cf6c9dbbe7e6fd6120bac
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>
This commit is contained in:
David Faure 2013-08-20 15:52:19 +02:00 committed by The Qt Project
parent 6281acaf8f
commit 2ccf995725

View File

@ -3185,6 +3185,9 @@ void tst_QGraphicsProxyWidget::bypassGraphicsProxyWidget_data()
void tst_QGraphicsProxyWidget::bypassGraphicsProxyWidget()
{
#if defined(Q_OS_MAC) || defined(Q_OS_WIN)
QSKIP("Test case unstable on this platform, QTBUG-33067");
#endif
QFETCH(bool, bypass);
QWidget *widget = new QWidget;