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:
Johan Klokkhammer Helsing 2018-06-05 12:23:27 +02:00 committed by Johan Helsing
parent 18bca90441
commit b625a01a38

View File

@ -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());