Skip flaky tst_QWindow::childWindowPositioning on Wayland
Sometimes causes protocol errors (i.e. termination) on Wayland with xdg-shell v6. Task-number: QTBUG-67648 Change-Id: I6c855affb145590f47a425d233c5fd6b7e1e8914 Reviewed-by: Gatis Paeglis <gatis.paeglis@qt.io> Reviewed-by: Pier Luigi Fiorini <pierluigi.fiorini@liri.io>
This commit is contained in:
parent
0f6a6b2bff
commit
8ac0e6592b
@ -588,6 +588,9 @@ void tst_QWindow::childWindowPositioning_data()
|
||||
|
||||
void tst_QWindow::childWindowPositioning()
|
||||
{
|
||||
if (isPlatformWayland())
|
||||
QSKIP("Wayland: This is flaky (protocol errors for xdg-shell v6). See QTBUG-67648.");
|
||||
|
||||
const QPoint topLeftOrigin(0, 0);
|
||||
|
||||
ColoredWindow topLevelWindowFirst(Qt::green);
|
||||
|
Loading…
Reference in New Issue
Block a user