aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qquickwindow/tst_qquickwindow.cpp
diff options
context:
space:
mode:
authorGunnar Sletta <gunnar.sletta@digia.com>2013-10-07 13:05:36 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-10-11 11:44:20 +0200
commit16a2e13e2b84e0f76b99a317d1d4c5cc674707cd (patch)
tree1c978c43bee632076b8553a5b43106bcf6019ab1 /tests/auto/quick/qquickwindow/tst_qquickwindow.cpp
parent55d94de05881927d3e98cd58da6a9d4cdffad790 (diff)
Unskip test which now passes.
Change-Id: Ifccab1ef822a9bb455d442f6b13711887a399d6e Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@digia.com>
Diffstat (limited to 'tests/auto/quick/qquickwindow/tst_qquickwindow.cpp')
-rw-r--r--tests/auto/quick/qquickwindow/tst_qquickwindow.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/auto/quick/qquickwindow/tst_qquickwindow.cpp b/tests/auto/quick/qquickwindow/tst_qquickwindow.cpp
index a11f4399e8..55f91db603 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);