From: Gunnar Sletta Date: Mon, 7 Oct 2013 11:05:36 +0000 (+0200) Subject: Unskip test which now passes. X-Git-Tag: upstream/5.2.1~254 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=16a2e13e2b84e0f76b99a317d1d4c5cc674707cd;p=platform%2Fupstream%2Fqtdeclarative.git Unskip test which now passes. Change-Id: Ifccab1ef822a9bb455d442f6b13711887a399d6e Reviewed-by: Eskil Abrahamsen Blomfeldt --- diff --git a/tests/auto/quick/qquickwindow/tst_qquickwindow.cpp b/tests/auto/quick/qquickwindow/tst_qquickwindow.cpp index a11f439..55f91db 100644 --- a/tests/auto/quick/qquickwindow/tst_qquickwindow.cpp +++ b/tests/auto/quick/qquickwindow/tst_qquickwindow.cpp @@ -948,9 +948,6 @@ void tst_qquickwindow::grab() { QFETCH(bool, visible); - if (!visible) - QSKIP("Blocking CI - QTBUG-33516"); - QQuickWindow window; window.setColor(Qt::red);