aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick
diff options
context:
space:
mode:
authorShawn Rutledge <shawn.rutledge@digia.com>2013-03-01 15:49:09 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-03-01 17:28:59 +0100
commitfa130d2e20b1b0d8048bff154243b9ddce0d1236 (patch)
tree513a61b1cc1fb35a6106e659975ba249a01b0e7b /tests/auto/quick
parentaf00d212755c2bf6e1542afc66eb706a869071c8 (diff)
skip failing constantUpdatesOnWindow test for now
This test tries to render some frames and count them; but even 10 frames in one second seems to be too many to expect on the CI Macs. Change-Id: Id9cd700499101ca10afeddee89bc183fef7d30d3 Reviewed-by: Gunnar Sletta <gunnar.sletta@digia.com>
Diffstat (limited to 'tests/auto/quick')
-rw-r--r--tests/auto/quick/qquickwindow/tst_qquickwindow.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/quick/qquickwindow/tst_qquickwindow.cpp b/tests/auto/quick/qquickwindow/tst_qquickwindow.cpp
index b2e07e4c13..2d3c8f7ca7 100644
--- a/tests/auto/quick/qquickwindow/tst_qquickwindow.cpp
+++ b/tests/auto/quick/qquickwindow/tst_qquickwindow.cpp
@@ -366,6 +366,7 @@ void tst_qquickwindow::constantUpdatesOnWindow_data()
void tst_qquickwindow::constantUpdatesOnWindow()
{
+ QSKIP("This test fails frequently on the present overworked CI mac machines");
QFETCH(bool, blockedGui);
QFETCH(QByteArray, signal);