summaryrefslogtreecommitdiff
path: root/tests/auto/controls/data/tst_treeview.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/controls/data/tst_treeview.qml')
-rw-r--r--tests/auto/controls/data/tst_treeview.qml6
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/auto/controls/data/tst_treeview.qml b/tests/auto/controls/data/tst_treeview.qml
index 19ec4b9e..dad10a6b 100644
--- a/tests/auto/controls/data/tst_treeview.qml
+++ b/tests/auto/controls/data/tst_treeview.qml
@@ -82,12 +82,6 @@ Item {
property var instance_selectionModel: 'import QtQml.Models 2.2; ItemSelectionModel {}'
property var semiIndent: 20/2 // PM_TreeViewIndentation 20 in commonStyle
- function init()
- {
- if (Qt.platform.pluginName === "offscreen")
- skip("QTBUG-65211")
- }
-
function cleanup()
{
// Make sure to delete all children even when the test has failed.