aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmlcppcodegen/tst_qmlcppcodegen.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qml/qmlcppcodegen/tst_qmlcppcodegen.cpp')
-rw-r--r--tests/auto/qml/qmlcppcodegen/tst_qmlcppcodegen.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/auto/qml/qmlcppcodegen/tst_qmlcppcodegen.cpp b/tests/auto/qml/qmlcppcodegen/tst_qmlcppcodegen.cpp
index cd528a2970..c398f6c310 100644
--- a/tests/auto/qml/qmlcppcodegen/tst_qmlcppcodegen.cpp
+++ b/tests/auto/qml/qmlcppcodegen/tst_qmlcppcodegen.cpp
@@ -1367,6 +1367,10 @@ void tst_QmlCppCodegen::noQQmlData()
void tst_QmlCppCodegen::scopeObjectDestruction()
{
+#ifdef Q_OS_ANDROID
+ QSKIP("crashes on Android, see QTBUG-103044.");
+#endif
+
QQmlEngine engine;
QQmlComponent component(&engine, QUrl(u"qrc:/TestTypes/fileDialog.qml"_s));