tst_qtreeview: Skip test that crashes on Wayland.

Change-Id: Iff2499dff1906a7c65fc5c007b96675f4bac2b42
Reviewed-by: Laszlo Agocs <laszlo.agocs@digia.com>
This commit is contained in:
Robin Burchell 2014-08-21 15:28:52 +02:00
parent c47b04696a
commit f10eda7cb5

View File

@ -2372,6 +2372,9 @@ void tst_QTreeView::selectionOrderTest()
void tst_QTreeView::selection()
{
if (qApp->platformName().toLower() == QLatin1String("wayland"))
QSKIP("Wayland: This causes a crash triggered by setVisible(false)");
QTreeView treeView;
QStandardItemModel m(10, 2);
for (int i = 0;i < 10; ++i)