aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qquickwindow
diff options
context:
space:
mode:
authorAlan Alpert <aalpert@blackberry.com>2013-09-16 14:12:04 -0700
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-09-16 23:25:49 +0200
commit880fbe04cc6a9c1824c61e66cc4ed3ea85020317 (patch)
treeb6b1ade35735eebce8ec3ba3724a4550f743ea8c /tests/auto/quick/qquickwindow
parentdb91cc24b7f590546bcd51cf22de18db1fc26cec (diff)
Skip failing test for now
It's been difficult to reproduce locally and is blocking CI. Skipping test while we look into the error. Task-number: QTBUG-33516 Change-Id: I77f00a024143e12d19526d0b52593cc2d128cedf Reviewed-by: Giuseppe D'Angelo <giuseppe.dangelo@kdab.com>
Diffstat (limited to 'tests/auto/quick/qquickwindow')
-rw-r--r--tests/auto/quick/qquickwindow/tst_qquickwindow.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/auto/quick/qquickwindow/tst_qquickwindow.cpp b/tests/auto/quick/qquickwindow/tst_qquickwindow.cpp
index 55f91db603..a11f4399e8 100644
--- a/tests/auto/quick/qquickwindow/tst_qquickwindow.cpp
+++ b/tests/auto/quick/qquickwindow/tst_qquickwindow.cpp
@@ -948,6 +948,9 @@ void tst_qquickwindow::grab()
{
QFETCH(bool, visible);
+ if (!visible)
+ QSKIP("Blocking CI - QTBUG-33516");
+
QQuickWindow window;
window.setColor(Qt::red);