From 391f9914c82d1c61b4f1ca285a3263f8a3bd9b5d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Lefebvre?= Date: Mon, 12 May 2025 14:48:15 +0200 Subject: [PATCH] Unblacklist tst_qComboBox::popupPositionAfterStyleChange on Ubuntu tst_qComboBox::popupPositionAfterStyleChange is no longer flaky on Ubuntu. Fixes: QTBUG-129029 Pick-to: 6.8 6.5 Change-Id: I3581fe73516d21d599dfb520fe53a0d855c811f6 Reviewed-by: Axel Spoerl (cherry picked from commit 5358c833c467e5f89b80630efb1cd998cbafe673) Reviewed-by: Qt Cherry-pick Bot --- tests/auto/widgets/widgets/qcombobox/BLACKLIST | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/auto/widgets/widgets/qcombobox/BLACKLIST b/tests/auto/widgets/widgets/qcombobox/BLACKLIST index 149e602baf1..2d6228075a6 100644 --- a/tests/auto/widgets/widgets/qcombobox/BLACKLIST +++ b/tests/auto/widgets/widgets/qcombobox/BLACKLIST @@ -1,5 +1,3 @@ [task_QTBUG_56693_itemFontFromModel] # Counts draw calls, but we could have multiple expose events QTBUG-62080 osx -[popupPositionAfterStyleChange] -xcb ubuntu-24.04 # QTBUG-129029