tests: skip tst_QWidget::touchEventSynthesizedMouseEvent() on Wayland
Task-number: QTBUG-107157 Pick-to: 6.4 6.2 Change-Id: I88df3215aceb7a619b4c1fbc2f457400a1bc7025 Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@qt.io>
This commit is contained in:
parent
bdd2b68696
commit
673f89d62c
@ -11490,6 +11490,9 @@ public:
|
||||
|
||||
void tst_QWidget::touchEventSynthesizedMouseEvent()
|
||||
{
|
||||
if (m_platform.startsWith(QLatin1String("wayland"), Qt::CaseInsensitive))
|
||||
QSKIP("This test failed on Wayland. See also QTBUG-107157.");
|
||||
|
||||
{
|
||||
// Simple case, we ignore the touch events, we get mouse events instead
|
||||
TouchMouseWidget widget;
|
||||
|
Loading…
x
Reference in New Issue
Block a user