From 71cc5e3ed54c17dfe91880b4dffefc2081fd13d6 Mon Sep 17 00:00:00 2001 From: Volker Hilsheimer Date: Mon, 6 Sep 2021 16:58:13 +0200 Subject: [PATCH] Blacklist flaky QGraphicsWidget test function for macOS MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Counting repaints is unreliable on macOS. Pick-to: 6.2 Change-Id: Ifa1cf516a2cab94540bea005354d8311a2651d64 Reviewed-by: Tor Arne Vestbø --- tests/auto/widgets/graphicsview/qgraphicswidget/BLACKLIST | 2 ++ 1 file changed, 2 insertions(+) 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