summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tests/auto/client/xdgshellv6/tst_xdgshellv6.cpp2
1 files changed, 2 insertions, 0 deletions
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());