Add missing autotests to declarative.pro.
[profile/ivi/qtdeclarative.git] / tests / auto / declarative / qsgview / tst_qsgview.cpp
index 58594f0..5edf197 100644 (file)
@@ -178,6 +178,7 @@ void tst_QSGView::resizemodeitem()
     QTest::qWait(50);
 
     // initial size from root object
+    QEXPECT_FAIL("", "QTBUG-22019", Abort);
     QCOMPARE(item->width(), 300.0);
     QCOMPARE(item->height(), 300.0);
     QCOMPARE(canvas->size(), QSize(300, 300));