Re-enable tst_nooutput

The dependencies update has gone through, so the test
should now pass again.

Fixes: QTBUG-86698
Change-Id: I23babc4a5c3cae0bff5ba371e9703c976536f4ec
Reviewed-by: David Edmundson <davidedmundson@kde.org>
This commit is contained in:
Eskil Abrahamsen Blomfeldt 2020-10-01 12:09:27 +02:00
parent 142bd4c562
commit 40206410da

View File

@ -56,7 +56,6 @@ private slots:
void tst_nooutput::noScreens()
{
QSKIP("QTBUG-86698 - Temporarily skipped for dependency update");
QRasterWindow window;
window.resize(16, 16);
window.show();