aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tests/auto/quick/qquickpathview/tst_qquickpathview.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/quick/qquickpathview/tst_qquickpathview.cpp b/tests/auto/quick/qquickpathview/tst_qquickpathview.cpp
index 748df947e9..05791114d3 100644
--- a/tests/auto/quick/qquickpathview/tst_qquickpathview.cpp
+++ b/tests/auto/quick/qquickpathview/tst_qquickpathview.cpp
@@ -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");