Skip tst_QGraphicsItem::ensureUpdateOnTextItem() on OSX 10.7

Change-Id: Iedb8ed3ac797d11c47f08b92507401e2e1e96c14
Reviewed-by: Iikka Eklund <iikka.eklund@digia.com>
This commit is contained in:
Gunnar Sletta 2013-11-14 08:59:30 +01:00 committed by The Qt Project
parent ee53530a0e
commit 105da329a3

View File

@ -6458,6 +6458,12 @@ public:
void tst_QGraphicsItem::ensureUpdateOnTextItem()
{
#ifdef Q_OS_MAC
if (QSysInfo::MacintoshVersion == QSysInfo::MV_10_7) {
QSKIP("This test is unstable on 10.7 in CI");
}
#endif
QGraphicsScene scene;
QGraphicsView view(&scene);
view.show();