From c237b579839f5a185d723f4659cda81dedb12590 Mon Sep 17 00:00:00 2001 From: Liang Qi Date: Sat, 10 Aug 2024 15:36:36 +0200 Subject: [PATCH] tests: blacklist tst_QGraphicsItem::cursor() on Ubuntu 24.04 GNOME Wayland. There is a bug in GNOME 46.0 on Ubuntu 24.04 Wayland when showing a maximized or fullscreen window. Task-number: QTBUG-127920 Change-Id: I15e1f6b9bbf27d92cd106318ac44c33fdabfa3a0 Reviewed-by: Axel Spoerl (cherry picked from commit f31bce32cdb50eb02bffc690e3ba7cc6b986915e) Reviewed-by: Qt Cherry-pick Bot --- tests/auto/widgets/graphicsview/qgraphicsitem/BLACKLIST | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/auto/widgets/graphicsview/qgraphicsitem/BLACKLIST b/tests/auto/widgets/graphicsview/qgraphicsitem/BLACKLIST index c3de568a245..47fd6568802 100644 --- a/tests/auto/widgets/graphicsview/qgraphicsitem/BLACKLIST +++ b/tests/auto/widgets/graphicsview/qgraphicsitem/BLACKLIST @@ -4,3 +4,6 @@ osx # QTBUG-115293 [itemUsesExtendedStyleOption] wayland +# QTBUG-127920 +[cursor] +wayland ubuntu-24.04