Disable more unstable tests
authorGunnar Sletta <gunnar.sletta@digia.com>
Thu, 7 Mar 2013 07:49:36 +0000 (08:49 +0100)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Thu, 7 Mar 2013 09:33:35 +0000 (10:33 +0100)
Change-Id: I54db72466ca50d65dd39e9c8e25d3a366cb737ea
Reviewed-by: Shawn Rutledge <shawn.rutledge@digia.com>
Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@digia.com>

tests/auto/quick/qquicktextinput/tst_qquicktextinput.cpp

index 8e63b62..02475eb 100644 (file)
@@ -2774,6 +2774,7 @@ void tst_qquicktextinput::cursorDelegate()
 
 void tst_qquicktextinput::remoteCursorDelegate()
 {
+    QSKIP("This test is unstable");
     TestHTTPServer server(SERVER_PORT);
     server.serveDirectory(dataDirectory(), TestHTTPServer::Delay);
 
@@ -2807,6 +2808,7 @@ void tst_qquicktextinput::remoteCursorDelegate()
 
 void tst_qquicktextinput::cursorVisible()
 {
+    QSKIP("This test is unstable");
     QQuickTextInput input;
     input.componentComplete();
     QSignalSpy spy(&input, SIGNAL(cursorVisibleChanged(bool)));