aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmltc
diff options
context:
space:
mode:
authorAndreas Buhr <andreas.buhr@qt.io>2022-04-26 10:26:53 +0200
committerAndreas Buhr <andreas.buhr@qt.io>2022-04-26 16:39:08 +0200
commitfcb38e2ff82d4cf25650ec6a3bd26c96e791041e (patch)
treefa922d0e3d193233a0b5a879e256d413b6df71a8 /tests/auto/qml/qmltc
parent9bbc43fbd1214e3c8f50644e28139a9dcfb97a9e (diff)
Blacklist tst_qmltc::listView on Android
tst_qmltc_diskcache keeps appearing in test failures. It is flaky. And it seems to be a special kind of flakyness: On some days it always fails, on other days it never fails. It does not seem to be random. Pick-to: 6.2 6.3 Task-number: QTBUG-101342 Task-number: QTBUG-101865 Change-Id: Ia6716d38a10f348199d3582be8453d52f331a8b1 Reviewed-by: Andrei Golubev <andrei.golubev@qt.io>
Diffstat (limited to 'tests/auto/qml/qmltc')
-rw-r--r--tests/auto/qml/qmltc/BLACKLIST3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/auto/qml/qmltc/BLACKLIST b/tests/auto/qml/qmltc/BLACKLIST
index f8422a806a..004fbeb8d9 100644
--- a/tests/auto/qml/qmltc/BLACKLIST
+++ b/tests/auto/qml/qmltc/BLACKLIST
@@ -1,2 +1,5 @@
[listView]
qnx ci
+# QTBUG-101342
+[listView]
+android