summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVolker Hilsheimer <volker.hilsheimer@qt.io>2021-09-06 16:58:13 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2021-09-06 19:00:34 +0000
commit5e2564436694b95ed9dfa86fabb95864c68e67d6 (patch)
tree8456bcb276bc1a09f15dfe150fcd769397c73beb
parenta22a216d18b81a57b936253705d95b77ac46a492 (diff)
Blacklist flaky QGraphicsWidget test function for macOS
Counting repaints is unreliable on macOS. Change-Id: Ifa1cf516a2cab94540bea005354d8311a2651d64 Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io> (cherry picked from commit 71cc5e3ed54c17dfe91880b4dffefc2081fd13d6) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--tests/auto/widgets/graphicsview/qgraphicswidget/BLACKLIST2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/auto/widgets/graphicsview/qgraphicswidget/BLACKLIST b/tests/auto/widgets/graphicsview/qgraphicswidget/BLACKLIST
index 333d9c2bfd..fdb8bd172f 100644
--- a/tests/auto/widgets/graphicsview/qgraphicswidget/BLACKLIST
+++ b/tests/auto/widgets/graphicsview/qgraphicswidget/BLACKLIST
@@ -4,3 +4,5 @@ android
b2qt
[updateFocusChainWhenChildDie]
b2qt
+[initialShow]
+macos ci