aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMitch Curtis <mitch.curtis@qt.io>2022-03-11 14:30:59 +0800
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2022-03-16 07:37:43 +0000
commit7a036af7afbae623372f426d2e062782af9e5643 (patch)
treedc1ee4b9de57bdd65acce91ff000eb4254b1d6f5
parent29352826c657444ef15995d6c98ce721ee8904f8 (diff)
Re-blacklist flaky tests on macOS CI
This is a partial revert of b0848d038b7bacfd656fbadc37993a81068132bb. The tests became flaky again in early February, 2022. Grafana shows no failures for 6.2, so this only appears to be an issue on dev and 6.3. Task-number: QTBUG-82015 Task-number: QTBUG-85624 Task-number: QTBUG-82404 Change-Id: Ie83f1c7e9660e26de4daf3418751faa0886d1651 Reviewed-by: Shawn Rutledge <shawn.rutledge@qt.io> (cherry picked from commit 8c658f618835217b3115c43080e22f28636f1c76) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--tests/auto/quick/qquickanimations/BLACKLIST7
-rw-r--r--tests/auto/quick/qquickbehaviors/BLACKLIST3
2 files changed, 10 insertions, 0 deletions
diff --git a/tests/auto/quick/qquickanimations/BLACKLIST b/tests/auto/quick/qquickanimations/BLACKLIST
index 9d75058900..e9f352c27f 100644
--- a/tests/auto/quick/qquickanimations/BLACKLIST
+++ b/tests/auto/quick/qquickanimations/BLACKLIST
@@ -1,3 +1,10 @@
+# QTBUG-82015
+[simplePath]
+macos ci
+# QTBUG-85624
+[reparent]
+macos ci
+
#QTBUG-98516
[pathTransition]
macos ci
diff --git a/tests/auto/quick/qquickbehaviors/BLACKLIST b/tests/auto/quick/qquickbehaviors/BLACKLIST
new file mode 100644
index 0000000000..1a9a7e9b19
--- /dev/null
+++ b/tests/auto/quick/qquickbehaviors/BLACKLIST
@@ -0,0 +1,3 @@
+# QTBUG-82404
+[currentValue]
+macos ci