Don't skip tst_QWindow::isExposed on Wayland
The test is actually passing, so just enable it. Task-number: QTBUG-66849 Change-Id: Ie1566b9e5e19f5ab6d919624aa14662a1d4483ec Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io>
This commit is contained in:
parent
18bca90441
commit
b625a01a38
@ -788,9 +788,6 @@ void tst_QWindow::isExposed()
|
||||
|
||||
window.hide();
|
||||
|
||||
if (isPlatformWayland())
|
||||
QSKIP("Wayland: This is flaky. Figure out why.");
|
||||
|
||||
QCoreApplication::processEvents();
|
||||
QTRY_VERIFY(window.received(QEvent::Expose) > 1);
|
||||
QTRY_VERIFY(!window.isExposed());
|
||||
|
Loading…
x
Reference in New Issue
Block a user