From 89578efc5213b6e73f2551036e217d7fe9f5e2eb Mon Sep 17 00:00:00 2001 From: Gunnar Sletta Date: Thu, 7 Mar 2013 08:49:36 +0100 Subject: Disable more unstable tests Change-Id: I54db72466ca50d65dd39e9c8e25d3a366cb737ea Reviewed-by: Shawn Rutledge Reviewed-by: Eskil Abrahamsen Blomfeldt --- tests/auto/quick/qquicktextinput/tst_qquicktextinput.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/auto/quick') diff --git a/tests/auto/quick/qquicktextinput/tst_qquicktextinput.cpp b/tests/auto/quick/qquicktextinput/tst_qquicktextinput.cpp index 8e63b6207f..02475eb431 100644 --- a/tests/auto/quick/qquicktextinput/tst_qquicktextinput.cpp +++ b/tests/auto/quick/qquicktextinput/tst_qquicktextinput.cpp @@ -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))); -- cgit v1.2.3