aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorVolker Hilsheimer <volker.hilsheimer@qt.io>2024-05-06 09:17:45 +0200
committerVolker Hilsheimer <volker.hilsheimer@qt.io>2024-05-06 09:37:14 +0200
commit4ddedea6e1e992e215019af1b725d14725a99ffe (patch)
treeba13187340641db3378f74dc7d4bc576a8c82b94 /tests
parentdaa0e38a3772171da8ef63c583cc9e310c606fb1 (diff)
Blacklist the baseline test for the busyIndicator
The BusyIndicator control is animated in all styles, so the snapshot- grabbing never stabilizes. Ideally we could inject our own animation driver into the QML engine to control the progression, but that's not a priority for now, so rather than getting constant noise from the system for the tests failing, blacklist them. Change-Id: I6a37415d43eb318305b410d423182acee038610e Reviewed-by: Santhosh Kumar <santhosh.kumar.selvaraj@qt.io>
Diffstat (limited to 'tests')
-rw-r--r--tests/baseline/controls/BLACKLIST15
1 files changed, 15 insertions, 0 deletions
diff --git a/tests/baseline/controls/BLACKLIST b/tests/baseline/controls/BLACKLIST
new file mode 100644
index 0000000000..834b16d765
--- /dev/null
+++ b/tests/baseline/controls/BLACKLIST
@@ -0,0 +1,15 @@
+# animated controls, can't take stable snapshot
+[native:busyIndicator/busy_indicator]
+*
+[basic:busyIndicator/busy_indicator]
+*
+[universal:busyIndicator/busy_indicator]
+*
+[imagine:busyIndicator/busy_indicator]
+*
+[fusion:busyIndicator/busy_indicator]
+*
+[material:busyIndicator/busy_indicator]
+*
+[ios:busyIndicator/busy_indicator]
+*