From 16a2e13e2b84e0f76b99a317d1d4c5cc674707cd Mon Sep 17 00:00:00 2001 From: Gunnar Sletta Date: Mon, 7 Oct 2013 13:05:36 +0200 Subject: [PATCH] Unskip test which now passes. Change-Id: Ifccab1ef822a9bb455d442f6b13711887a399d6e Reviewed-by: Eskil Abrahamsen Blomfeldt --- tests/auto/quick/qquickwindow/tst_qquickwindow.cpp | 3 --- 1 file changed, 3 deletions(-) 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); -- 2.7.4