From 5f330d9fed481300a21301577fff573cb88a61ac Mon Sep 17 00:00:00 2001 From: Axel Spoerl Date: Wed, 23 Nov 2022 08:54:44 +0100 Subject: [PATCH] Blacklist tst_QOpenGLWidget on Ubuntu, RHEL and OpenSuSE tst_QOpenGLWidget fails on Linux when other windows on the desktop grab focus. That can happen on CI VMs. This patch blacklists the test on Linux as a temporary solution Task-number: COIN-966 Change-Id: Ibdd7e626f92d2da692bd7c44741e0ca4c9dbd1a8 Reviewed-by: Fabian Kosmale --- tests/auto/widgets/widgets/qopenglwidget/BLACKLIST | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tests/auto/widgets/widgets/qopenglwidget/BLACKLIST b/tests/auto/widgets/widgets/qopenglwidget/BLACKLIST index ecb962d8ca..81fd4ddb72 100644 --- a/tests/auto/widgets/widgets/qopenglwidget/BLACKLIST +++ b/tests/auto/widgets/widgets/qopenglwidget/BLACKLIST @@ -1,3 +1,8 @@ +# Temporary solution COIN-966 +ubuntu +rhel +opensuse-leap + [stackWidgetOpaqueChildIsVisible] windows-10 msvc-2017