Unskip test which now passes.
authorGunnar Sletta <gunnar.sletta@digia.com>
Mon, 7 Oct 2013 11:05:36 +0000 (13:05 +0200)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Fri, 11 Oct 2013 09:44:20 +0000 (11:44 +0200)
Change-Id: Ifccab1ef822a9bb455d442f6b13711887a399d6e
Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@digia.com>
tests/auto/quick/qquickwindow/tst_qquickwindow.cpp

index a11f439..55f91db 100644 (file)
@@ -948,9 +948,6 @@ void tst_qquickwindow::grab()
 {
     QFETCH(bool, visible);
 
-    if (!visible)
-        QSKIP("Blocking CI - QTBUG-33516");
-
     QQuickWindow window;
     window.setColor(Qt::red);