From 28572aad1189b6823b1720aef720033978c67c0a Mon Sep 17 00:00:00 2001 From: Volker Hilsheimer Date: Fri, 23 Feb 2024 13:01:45 +0100 Subject: [PATCH] Blacklist tst_QApplication::abortQuitOnShow on Android MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Task-number: QTBUG-122693 Pick-to: 6.7 Change-Id: I48b62a47939037f58ca321e4498d8b98d79042d8 Reviewed-by: Assam Boudjelthia Reviewed-by: Tinja Paavoseppä --- tests/auto/widgets/kernel/qapplication/BLACKLIST | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/auto/widgets/kernel/qapplication/BLACKLIST b/tests/auto/widgets/kernel/qapplication/BLACKLIST index c68c7d6b14..bf6ece58fc 100644 --- a/tests/auto/widgets/kernel/qapplication/BLACKLIST +++ b/tests/auto/widgets/kernel/qapplication/BLACKLIST @@ -1,3 +1,7 @@ [touchEventPropagation] # QTBUG-66745 opensuse-leap + +[abortQuitOnShow] +# QTBUG-122693 +android