From b01679928e5c94dcb4b8c4cfd85d3a1dcc421f16 Mon Sep 17 00:00:00 2001 From: Johan Klokkhammer Helsing Date: Fri, 18 Jan 2019 11:19:57 +0100 Subject: Skip flaky tests It seems clients are sometimes sending more geometry events than needed, causing the tests to fail. Skip the tests for now to make builds pass again. Fixes: QTBUG-73130 Change-Id: Ia9f82ddd3561d84119dc4d9f8ef15ebc48964148 Reviewed-by: Pier Luigi Fiorini --- tests/auto/client/xdgshellv6/tst_xdgshellv6.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/auto/client/xdgshellv6/tst_xdgshellv6.cpp b/tests/auto/client/xdgshellv6/tst_xdgshellv6.cpp index 3c822325b..a397f60eb 100644 --- a/tests/auto/client/xdgshellv6/tst_xdgshellv6.cpp +++ b/tests/auto/client/xdgshellv6/tst_xdgshellv6.cpp @@ -331,6 +331,7 @@ void tst_WaylandClientXdgShellV6::windowStateChangedEvents() void tst_WaylandClientXdgShellV6::windowGeometrySimple() { + QSKIP("TODO: This test is flaky, figure out why."); QWindow window; window.show(); @@ -349,6 +350,7 @@ void tst_WaylandClientXdgShellV6::windowGeometrySimple() void tst_WaylandClientXdgShellV6::windowGeometryFixed() { + QSKIP("TODO: This test is flaky, figure out why."); QWindow window; window.resize(QSize(1337, 137)); window.setMaximumSize(window.size()); -- cgit v1.2.3