aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/inputpanel/data/tst_inputpanel.qml
diff options
context:
space:
mode:
authorLiang Qi <liang.qi@qt.io>2018-01-20 22:46:19 +0100
committerLiang Qi <liang.qi@qt.io>2018-01-20 22:46:39 +0100
commitd3f40bea1b424f60b178faf6bcb45927ce56e083 (patch)
treee6b45cad5d67b5f6d9c2c88457da9f56c58c6a9c /tests/auto/inputpanel/data/tst_inputpanel.qml
parent5714b7dea100bb4874d17e2f422ff24752c17f18 (diff)
parent1a9158bfbdd8dd01bac591c11bb0d0bf46514ddb (diff)
Merge remote-tracking branch 'origin/5.10' into dev
Conflicts: .qmake.conf Change-Id: I84cccac7024c1c48b6419838bb424e45cb2557d4
Diffstat (limited to 'tests/auto/inputpanel/data/tst_inputpanel.qml')
-rw-r--r--tests/auto/inputpanel/data/tst_inputpanel.qml4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/auto/inputpanel/data/tst_inputpanel.qml b/tests/auto/inputpanel/data/tst_inputpanel.qml
index f9164f97..0b9f11ff 100644
--- a/tests/auto/inputpanel/data/tst_inputpanel.qml
+++ b/tests/auto/inputpanel/data/tst_inputpanel.qml
@@ -1199,6 +1199,10 @@ Rectangle {
}
function test_hwrSpellCorrectionSuggestions(data) {
+ if (Qt.platform.pluginName === "offscreen") {
+ skip("QTBUG-65507");
+ }
+
prepareTest(data)
if (!inputPanel.setHandwritingMode(true))