aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAssam Boudjelthia <assam.boudjelthia@qt.io>2022-04-20 17:49:53 +0300
committerAssam Boudjelthia <assam.boudjelthia@qt.io>2022-04-25 21:29:30 +0000
commit2737fa6555a0b78d2b0f6bfc5ab5c78181545d5c (patch)
treeb0ea3486cc62941d5e62f863df684c858d9da64e
parentf90eb98e6c51f3b073e11c6e9f71cc6c64bf60a2 (diff)
Android: ignore some failing qtvirtualkeyboard tests
Ignore those tests to allow enalbing CI tests and fix them one by one after that. Task-number: QTBUG-102756 Pick-to: 6.2 6.3 Change-Id: Ic2579f5681112237207025da8e99f5f4aee1c59a Reviewed-by: Ivan Solovev <ivan.solovev@qt.io>
-rw-r--r--tests/auto/CMakeLists.txt2
-rw-r--r--tests/auto/layoutfilesystem/BLACKLIST3
-rw-r--r--tests/auto/styles/BLACKLIST3
3 files changed, 8 insertions, 0 deletions
diff --git a/tests/auto/CMakeLists.txt b/tests/auto/CMakeLists.txt
index 34ee449d..72db30d9 100644
--- a/tests/auto/CMakeLists.txt
+++ b/tests/auto/CMakeLists.txt
@@ -1,6 +1,8 @@
# Generated from auto.pro.
+if(NOT ANDROID) # QTBUG-102756
add_subdirectory(inputpanel)
+endif()
add_subdirectory(inputpanelcontrols)
add_subdirectory(styles)
add_subdirectory(layoutfilesystem)
diff --git a/tests/auto/layoutfilesystem/BLACKLIST b/tests/auto/layoutfilesystem/BLACKLIST
new file mode 100644
index 00000000..0ab84b92
--- /dev/null
+++ b/tests/auto/layoutfilesystem/BLACKLIST
@@ -0,0 +1,3 @@
+# QTBUG-102756
+[layouts]
+android
diff --git a/tests/auto/styles/BLACKLIST b/tests/auto/styles/BLACKLIST
new file mode 100644
index 00000000..9e519abd
--- /dev/null
+++ b/tests/auto/styles/BLACKLIST
@@ -0,0 +1,3 @@
+# QTBUG-102756
+[tst_styles::test_style]
+android