From 4710c250e8c04a2572d618f19fd6d0301d80acb8 Mon Sep 17 00:00:00 2001 From: Sami Nurmenniemi Date: Wed, 23 May 2018 08:14:09 +0300 Subject: Skip crashing test on offscreen platform Test currently crashes often on QEMU so it needs to be skipped until root cause is found. Blacklisting is not enough since it does not capture crashes. Task-number: QTBUG-68349 Change-Id: I72aaeae3cc338fc59fea43ee766eea3762a1eaa6 Reviewed-by: Jarkko Koivikko Reviewed-by: Mitch Curtis --- tests/auto/inputpanel/data/tst_inputpanel.qml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/auto/inputpanel/data/tst_inputpanel.qml b/tests/auto/inputpanel/data/tst_inputpanel.qml index 05c88d82..97cd51b3 100644 --- a/tests/auto/inputpanel/data/tst_inputpanel.qml +++ b/tests/auto/inputpanel/data/tst_inputpanel.qml @@ -784,6 +784,10 @@ Rectangle { } function test_spellCorrectionAutomaticSpaceInsertion(data) { + if (Qt.platform.pluginName === "offscreen") { + skip("QTBUG-68349"); + } + prepareTest(data) for (var inputIndex in data.inputSequence) { -- cgit v1.2.3