summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/auto/controls/data/tst_tableview.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/controls/data/tst_tableview.qml b/tests/auto/controls/data/tst_tableview.qml
index 0b54634e..8bd40ae3 100644
--- a/tests/auto/controls/data/tst_tableview.qml
+++ b/tests/auto/controls/data/tst_tableview.qml
@@ -972,7 +972,7 @@ TestCase {
compare(table.getColumn(0).width, 20)
table.resizeColumnsToContents()
if (Qt.platform.pluginName === "offscreen")
- expectFail("", "QTBUG-62496")
+ skip("", "QTBUG-62496")
compare(table.getColumn(0).width, 50)
table.destroy()
}