skip failing constantUpdatesOnWindow test for now
authorShawn Rutledge <shawn.rutledge@digia.com>
Fri, 1 Mar 2013 14:49:09 +0000 (15:49 +0100)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Fri, 1 Mar 2013 16:28:59 +0000 (17:28 +0100)
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>

tests/auto/quick/qquickwindow/tst_qquickwindow.cpp

index b2e07e4..2d3c8f7 100644 (file)
@@ -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);