tests: skip tst_QWidget_window::mouseMoveWithPopup() on Wayland

Task-number: QTBUG-107154
Pick-to: 6.4 6.2
Change-Id: I94149e8ffdb834b44c605cfd9bdea7e9f458dc90
Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@qt.io>
bb10
Liang Qi 2022-10-12 15:06:52 +02:00
parent a16fd6bbe2
commit ca3c72b27a
1 changed files with 3 additions and 0 deletions

View File

@ -1452,6 +1452,9 @@ void tst_QWidget_window::mouseMoveWithPopup_data()
void tst_QWidget_window::mouseMoveWithPopup()
{
if (QGuiApplication::platformName().startsWith(QLatin1String("wayland"), Qt::CaseInsensitive))
QSKIP("Wayland: Skip this test, see also QTBUG-107154");
QFETCH(Qt::WindowType, windowType);
class Window : public QWidget