summaryrefslogtreecommitdiffstats
path: root/tests/auto/gui/kernel
diff options
context:
space:
mode:
authorDimitrios Apostolou <jimis@qt.io>2022-07-26 13:10:53 +0200
committerDimitrios Apostolou <jimis@qt.io>2022-07-26 16:33:34 +0200
commit2f8127f526c0d8c82cc2e03155783a6d19989ee9 (patch)
tree1716e0a4c7b5c394fdb4faea886def7bf2b2c1f9 /tests/auto/gui/kernel
parentb1891e86d7db5cf31190a82a0d5a0ba79b8c14fe (diff)
Test fails always on Android, so skip it
Previously the failure was been ignored because of the very generic "linux" entry in the BLACKLIST file Task-number: QTBUG-105201 Change-Id: I6914fe350f78266fc18541eb8fcd881f5a4ac511 Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
Diffstat (limited to 'tests/auto/gui/kernel')
-rw-r--r--tests/auto/gui/kernel/qwindow/tst_qwindow.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/auto/gui/kernel/qwindow/tst_qwindow.cpp b/tests/auto/gui/kernel/qwindow/tst_qwindow.cpp
index ee2721c375..11fb274ddc 100644
--- a/tests/auto/gui/kernel/qwindow/tst_qwindow.cpp
+++ b/tests/auto/gui/kernel/qwindow/tst_qwindow.cpp
@@ -493,6 +493,9 @@ static bool isPlatformWayland()
void tst_QWindow::positioning()
{
+#ifdef Q_OS_ANDROID
+ QSKIP("Fails on Android. QTBUG-105201");
+#endif
if (!QGuiApplicationPrivate::platformIntegration()->hasCapability(
QPlatformIntegration::NonFullScreenWindows)) {
QSKIP("This platform does not support non-fullscreen windows");