summaryrefslogtreecommitdiffstats
path: root/tests/auto
diff options
context:
space:
mode:
authorJanne Anttila <janne.anttila@digia.com>2012-10-15 15:24:20 +0300
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-10-16 06:48:06 +0200
commitcae1eeafff097b779b3affc9d0a7b2346ccc764d (patch)
treee62385ec304941f3dee4e46e3a3a8e85ef25779d /tests/auto
parent4171cb7a3533de9524167d6f1f2d2f1cc3a7612b (diff)
Mark tst_networkselftest as an insignificant.
The ftpProxyServer test case is failing constantly in Digia hosted Qt-Project CI system, especially on Windows machines. Because this failing autotest is blocking the use of Digia hosted CI system, it is marked as an insignificant for now. There is a bug report QTBUG-27571 created to fix the problem. Change-Id: I196ad76823874dbc85b1f5abbaf020e02b3c410e Reviewed-by: Shane Kearns <shane.kearns@accenture.com>
Diffstat (limited to 'tests/auto')
-rw-r--r--tests/auto/other/networkselftest/networkselftest.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/other/networkselftest/networkselftest.pro b/tests/auto/other/networkselftest/networkselftest.pro
index 37c8712603..c8b870128d 100644
--- a/tests/auto/other/networkselftest/networkselftest.pro
+++ b/tests/auto/other/networkselftest/networkselftest.pro
@@ -4,4 +4,5 @@ TARGET = tst_networkselftest
SOURCES += tst_networkselftest.cpp
QT = core network testlib
+win32:CONFIG += insignificant_test # QTBUG-27571
DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0