Try re-enabling test on Wayland

Running this test on Wayland passes for me, so maybe something
has magically improved.

Change-Id: I161b697c5be96af48938228267cb405048c78852
Reviewed-by: Inho Lee <inho.lee@qt.io>
This commit is contained in:
Eskil Abrahamsen Blomfeldt 2022-06-30 07:05:00 +02:00
parent 417bb46352
commit 9a45a01a2c

View File

@ -451,8 +451,6 @@ void tst_QOpenGLWidget::requestUpdate()
#ifdef Q_OS_ANDROID
QSKIP("Crashes on Android, figure out why (QTBUG-102043)");
#endif
if (QGuiApplication::platformName().startsWith(QLatin1String("wayland"), Qt::CaseInsensitive))
QSKIP("Wayland: This fails. Figure out why.");
PaintCountWidget w;
w.resize(640, 480);