tests: skip tst_QWidget_window::mouseMoveWithPopup() on Wayland
Task-number: QTBUG-107154 Change-Id: I94149e8ffdb834b44c605cfd9bdea7e9f458dc90 Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@qt.io> (cherry picked from commit ca3c72b27a8d4c6e2313e89722ac637555f1d573) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
parent
a56075be80
commit
e65bf0ab4f
@ -1450,6 +1450,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
|
||||
|
Loading…
x
Reference in New Issue
Block a user