summaryrefslogtreecommitdiffstats
path: root/tests/auto
diff options
context:
space:
mode:
authorJanne Anttila <janne.anttila@digia.com>2009-04-28 07:28:07 (GMT)
committerJanne Anttila <janne.anttila@digia.com>2009-04-28 07:28:07 (GMT)
commit5cd48cdbf67a1bb1f717a4b207272a9ac0ccf2ac (patch)
tree144aac2ac8411ff102912274d1ce330113a5b07b /tests/auto
parent9912dfdd92c9a45b5cb8b2e9aec1b5cd053ef0e4 (diff)
downloadQt-5cd48cdbf67a1bb1f717a4b207272a9ac0ccf2ac.zip
Qt-5cd48cdbf67a1bb1f717a4b207272a9ac0ccf2ac.tar.gz
Qt-5cd48cdbf67a1bb1f717a4b207272a9ac0ccf2ac.tar.bz2
Skipped disconnectWhileConnectingNoEventLoop for now in Symbian OS.
This test case hanhs the execution always and causes problems in nighly buils and automatic executions. Skip it until it is fixed.
Diffstat (limited to 'tests/auto')
-rw-r--r--tests/auto/qtcpsocket/tst_qtcpsocket.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/auto/qtcpsocket/tst_qtcpsocket.cpp b/tests/auto/qtcpsocket/tst_qtcpsocket.cpp
index 6087e0d..0e1ccf3 100644
--- a/tests/auto/qtcpsocket/tst_qtcpsocket.cpp
+++ b/tests/auto/qtcpsocket/tst_qtcpsocket.cpp
@@ -987,6 +987,8 @@ void tst_QTcpSocket::disconnectWhileConnectingNoEventLoop_data()
void tst_QTcpSocket::disconnectWhileConnectingNoEventLoop()
{
+ QSKIP("Check this", SkipAll);
+
QFETCH(QByteArray, data);
ReceiverThread thread;