tst_QQuickPathView::package(): updated QSKIP()
QTBUG-21590 has been marked as resolved, but the problem persists. A new bug QTBUG-27170 has been reported and the QSKIP() updated accordingly. Task-number: QTBUG-27170 Change-Id: I91d7df2588d87af833502f6c11d2e6a051e4ebb5 Reviewed-by: Sergio Ahumada <sergio.ahumada@nokia.com>
This commit is contained in:
parent
1578f745bf
commit
c520a9c409
|
@ -1342,7 +1342,7 @@ void tst_QQuickPathView::package()
|
|||
QVERIFY(pathView);
|
||||
|
||||
#ifdef Q_OS_MAC
|
||||
QSKIP("QTBUG-21590 view does not reliably receive polish without a running animation");
|
||||
QSKIP("QTBUG-27170 view does not reliably receive polish without a running animation");
|
||||
#endif
|
||||
|
||||
QQuickItem *item = findItem<QQuickItem>(pathView, "pathItem");
|
||||
|
|
Loading…
Reference in New Issue