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:
parent
6281acaf8f
commit
2ccf995725
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user