Skip tst_QGraphicsItem::ensureUpdateOnTextItem() on OSX 10.7
Change-Id: Iedb8ed3ac797d11c47f08b92507401e2e1e96c14 Reviewed-by: Iikka Eklund <iikka.eklund@digia.com>
This commit is contained in:
parent
ee53530a0e
commit
105da329a3
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user