summaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/tst_qml.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qml/tst_qml.cpp')
-rw-r--r--tests/auto/qml/tst_qml.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/auto/qml/tst_qml.cpp b/tests/auto/qml/tst_qml.cpp
index f6f63ed6..cfe13128 100644
--- a/tests/auto/qml/tst_qml.cpp
+++ b/tests/auto/qml/tst_qml.cpp
@@ -98,6 +98,9 @@ QString tst_qml::imports_2_1()
void tst_qml::initTestCase()
{
+#ifdef Q_OS_ANDROID
+ QSKIP("The test doesn't package resources properly to Android (QTBUG-102725)");
+#endif
}
void tst_qml::cleanupTestCase()