aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qquickpathview
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@digia.com>2018-05-02 12:02:11 +0200
committerLars Knoll <lars.knoll@qt.io>2018-05-02 14:21:08 +0000
commitfc0582b67000a06a0beed17799e2f069f51cbf3d (patch)
tree2c5f5a05217f7efef3e190a4faa9b857066b329c /tests/auto/quick/qquickpathview
parent93e9bf9ce75ddfd85c1e6f8852505fbeed5c77b2 (diff)
Skip test that is currently asserting on macOS
Task-number: QTBUG-68048 Change-Id: If27ba1c003b711599cd8fbbd000514fc7fd5f05f Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
Diffstat (limited to 'tests/auto/quick/qquickpathview')
-rw-r--r--tests/auto/quick/qquickpathview/tst_qquickpathview.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/auto/quick/qquickpathview/tst_qquickpathview.cpp b/tests/auto/quick/qquickpathview/tst_qquickpathview.cpp
index ba37b1e148..2b896431ed 100644
--- a/tests/auto/quick/qquickpathview/tst_qquickpathview.cpp
+++ b/tests/auto/quick/qquickpathview/tst_qquickpathview.cpp
@@ -366,6 +366,10 @@ void tst_QQuickPathView::insertModel_data()
void tst_QQuickPathView::insertModel()
{
+#ifdef Q_OS_MACOS
+ QSKIP("this test currently crashes on MacOS. See QTBUG-68048");
+#endif
+
QFETCH(int, mode);
QFETCH(int, idx);
QFETCH(int, count);