tests: skip tst_QWidget::touchEventSynthesizedMouseEvent() on Wayland
Task-number: QTBUG-107157 Change-Id: I88df3215aceb7a619b4c1fbc2f457400a1bc7025 Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@qt.io> (cherry picked from commit 673f89d62c8516ce30c44ba933f410f6c9e8b1a2) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
parent
6dbd47a3ca
commit
b9843faf1c
@ -11477,6 +11477,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