summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets/graphicsview
diff options
context:
space:
mode:
authorTor Arne Vestbø <tor.arne.vestbo@qt.io>2022-09-13 16:43:42 +0200
committerTor Arne Vestbø <tor.arne.vestbo@qt.io>2022-09-13 18:19:38 +0200
commit63754bd7aee65425042c91a9590db7a13c29a09c (patch)
tree361911cd06c36ea513569b1e00e54c7dd0dbd9d8 /tests/auto/widgets/graphicsview
parent553859c25438fc2fd6b8e8a0a1f00565cbb67922 (diff)
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 <timur.pocheptsov@qt.io>
Diffstat (limited to 'tests/auto/widgets/graphicsview')
-rw-r--r--tests/auto/widgets/graphicsview/qgraphicswidget/BLACKLIST1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/widgets/graphicsview/qgraphicswidget/BLACKLIST b/tests/auto/widgets/graphicsview/qgraphicswidget/BLACKLIST
index cad381b7b7..97aa5d3cca 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