summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorRobert Griebl <robert.griebl@qt.io>2022-05-11 16:50:29 +0200
committerRobert Griebl <robert.griebl@qt.io>2022-05-12 11:50:15 +0200
commit26191b87f30dccff436736c13a62d19a665ae2a0 (patch)
tree884d78f600fe10b185df146b4bf6071a32dacd12 /tests
parent1dc6013b9b1a37a761f40677c0968655b3537f04 (diff)
downloadqtapplicationmanager-26191b87f30dccff436736c13a62d19a665ae2a0.tar.gz
Disable the Wayland watchdog when running autotests
If tests are running into timeouts in the CI, we most of run into the Wayland timeout before, messing up the tests' results. Change-Id: I054f07ff860f77a1e8dfd6a411b049b92555dad0 Reviewed-by: Dominik Holland <dominik.holland@qt.io>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/qml/windowmapping/tst_windowmapping.qml2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/auto/qml/windowmapping/tst_windowmapping.qml b/tests/auto/qml/windowmapping/tst_windowmapping.qml
index 140665c5..9cb50db5 100644
--- a/tests/auto/qml/windowmapping/tst_windowmapping.qml
+++ b/tests/auto/qml/windowmapping/tst_windowmapping.qml
@@ -264,6 +264,8 @@ TestCase {
if (ApplicationManager.singleProcess)
skip("Wayland ping-pong is only supported in multi-process mode");
+ else
+ skip("Wayland ping-pong is disabled in the testrunner due to interferences with other tests");
AmTest.ignoreMessage(AmTest.CriticalMsg, /Stopping application.*because we did not receive a Wayland-Pong/);
app.start();