From e68e6be13b8c95c07f7cba56e369f9cb34cf11e2 Mon Sep 17 00:00:00 2001 From: Liang Qi Date: Tue, 17 Sep 2024 14:25:14 +0200 Subject: [PATCH] tests: blacklist tst_QComboBox:popupPositionAfterStyleChange() MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit on u24.04 x11 Task-number: QTBUG-129029 Change-Id: I1a7330fc781e1ca925234bc0f0548968bee1b984 Reviewed-by: Tor Arne Vestbø (cherry picked from commit 9f7c826d62c5ef788930a4ef0176226fd6eef53d) Reviewed-by: Qt Cherry-pick Bot --- tests/auto/widgets/widgets/qcombobox/BLACKLIST | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/auto/widgets/widgets/qcombobox/BLACKLIST b/tests/auto/widgets/widgets/qcombobox/BLACKLIST index 2d6228075a6..149e602baf1 100644 --- a/tests/auto/widgets/widgets/qcombobox/BLACKLIST +++ b/tests/auto/widgets/widgets/qcombobox/BLACKLIST @@ -1,3 +1,5 @@ [task_QTBUG_56693_itemFontFromModel] # Counts draw calls, but we could have multiple expose events QTBUG-62080 osx +[popupPositionAfterStyleChange] +xcb ubuntu-24.04 # QTBUG-129029