summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorEskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@qt.io>2021-09-22 13:19:34 +0200
committerEskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@qt.io>2021-09-22 14:11:14 +0200
commitd9145878259e7b5dce0df3fb3566ec00fcb4ed57 (patch)
tree60071941fd8a0a850b7de9d69772978b0b46e261 /tests
parentc5b2ebde77dc97de6664810ef5b03937220c08f6 (diff)
downloadqtwayland-d9145878259e7b5dce0df3fb3566ec00fcb4ed57.tar.gz
Unskip tst_xdgshell::showMinimized()
This passes now, so re-enable it. Change-Id: I2e0c40d5d2f3b6bb84f71f4ad192384f88e8e34e Reviewed-by: David Edmundson <davidedmundson@kde.org> Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/client/xdgshell/tst_xdgshell.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/auto/client/xdgshell/tst_xdgshell.cpp b/tests/auto/client/xdgshell/tst_xdgshell.cpp
index 7c6c3a5f..1d2a2014 100644
--- a/tests/auto/client/xdgshell/tst_xdgshell.cpp
+++ b/tests/auto/client/xdgshell/tst_xdgshell.cpp
@@ -56,7 +56,6 @@ private slots:
void tst_xdgshell::showMinimized()
{
- QSKIP("TODO: This currently fails, needs a fix");
// On xdg-shell there's really no way for the compositor to tell the window if it's minimized
// There are wl_surface.enter events and so on, but there's really no way to differentiate
// between a window preview and an unminimized window.