From 66a48481c3f67f76fb1afd469582ea27f9340d13 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tor=20Arne=20Vestb=C3=B8?= Date: Wed, 18 Sep 2024 15:58:46 +0200 Subject: [PATCH] tst_QGraphicsWidget::initStyleOption: Don't limit macOS blacklist to CI The test is using QCursor::setPos(), which also fails locally, unless the user explicitly gives the test permission to control the mouse. Change-Id: I6c85c8fd194e178d5df92b7b4cf9c222f8b5a066 Reviewed-by: Axel Spoerl (cherry picked from commit 47b9251de1d722674fd08fe907dff09a0f8ae353) Reviewed-by: Qt Cherry-pick Bot --- tests/auto/widgets/graphicsview/qgraphicswidget/BLACKLIST | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/auto/widgets/graphicsview/qgraphicswidget/BLACKLIST b/tests/auto/widgets/graphicsview/qgraphicswidget/BLACKLIST index cad381b7b78..1425a384c2d 100644 --- a/tests/auto/widgets/graphicsview/qgraphicswidget/BLACKLIST +++ b/tests/auto/widgets/graphicsview/qgraphicswidget/BLACKLIST @@ -1,5 +1,5 @@ [initStyleOption] -macos ci +macos android b2qt # QTBUG-100930