From 63754bd7aee65425042c91a9590db7a13c29a09c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tor=20Arne=20Vestb=C3=B8?= Date: Tue, 13 Sep 2022 16:43:42 +0200 Subject: [PATCH] Blacklist tst_QGraphicsWidget::updateFocusChainWhenChildDie() on macOS 13 in CI For some reason when running this test on macOS 13 in the CI the window is activated, as on other platforms, but this is not reproducible locally, so we can't just remove the QEXPECT_FAIL. Task-number: QTBUG-104210 Task-number: QTBUG-23699 Change-Id: Ib1cacb36d90d2be357756c82af2427f2b3ab9999 Reviewed-by: Timur Pocheptsov --- tests/auto/widgets/graphicsview/qgraphicswidget/BLACKLIST | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/auto/widgets/graphicsview/qgraphicswidget/BLACKLIST b/tests/auto/widgets/graphicsview/qgraphicswidget/BLACKLIST index cad381b7b78..97aa5d3ccaa 100644 --- a/tests/auto/widgets/graphicsview/qgraphicswidget/BLACKLIST +++ b/tests/auto/widgets/graphicsview/qgraphicswidget/BLACKLIST @@ -6,3 +6,4 @@ b2qt [updateFocusChainWhenChildDie] b2qt qnx +macos-13 ci