tests: skip tst_QCompleter::showPopupInGraphicsView() on Wayland

Task-number: QTBUG-107186
Change-Id: I1f67c0b7c70dec210989073660db6b03afb98fff
Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@qt.io>
(cherry picked from commit f990c256eb79810a5190ee096e9c1820f4a478b6)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
Liang Qi 2022-10-12 15:22:26 +02:00 committed by Qt Cherry-pick Bot
parent d5f2fadef4
commit beb4d79816

View File

@ -1829,6 +1829,9 @@ void tst_QCompleter::QTBUG_51889_activatedSentTwice()
void tst_QCompleter::showPopupInGraphicsView() void tst_QCompleter::showPopupInGraphicsView()
{ {
if (QGuiApplication::platformName().startsWith(QLatin1String("wayland"), Qt::CaseInsensitive))
QSKIP("Wayland: Skip this test, see also QTBUG-107186");
QGraphicsView view; QGraphicsView view;
QGraphicsScene scene; QGraphicsScene scene;
view.setScene(&scene); view.setScene(&scene);