aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlenginecleanup
diff options
context:
space:
mode:
authorAndreas Buhr <andreas@andreasbuhr.de>2022-04-25 15:07:22 +0200
committerAndreas Buhr <andreas@andreasbuhr.de>2022-04-25 19:39:48 +0200
commitaa9a475734487c7cc59deeff327adc1cf4148925 (patch)
tree5a425e877c2faa9801ab854c429eda69a546aec1 /tests/auto/qml/qqmlenginecleanup
parenta13935f47b48fc85e2ab892ef932bbf888a81532 (diff)
Blacklist tst_qqmlenginecleanup::test_customModuleCleanup() on Android
qmlimportscanner is not told about the correct path to CustomModule. This patch blacklists the tests while waiting for a fix. Pick-to: 6.2 6.3 Task-number: QTBUG-102833 Task-number: QTBUG-101865 Change-Id: I9c1b1a7f6f5e52a156cb03e954959ecd5c26e1ff Reviewed-by: Ivan Solovev <ivan.solovev@qt.io>
Diffstat (limited to 'tests/auto/qml/qqmlenginecleanup')
-rw-r--r--tests/auto/qml/qqmlenginecleanup/BLACKLIST3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/auto/qml/qqmlenginecleanup/BLACKLIST b/tests/auto/qml/qqmlenginecleanup/BLACKLIST
index 4fb1d9be4c..f88fad8dd8 100644
--- a/tests/auto/qml/qqmlenginecleanup/BLACKLIST
+++ b/tests/auto/qml/qqmlenginecleanup/BLACKLIST
@@ -1,2 +1,5 @@
[test_customModuleCleanup]
windows gcc ci
+# QTBUG-102833
+[test_customModuleCleanup]
+android