From: Janne Anttila Date: Mon, 15 Oct 2012 12:24:20 +0000 (+0300) Subject: Mark tst_networkselftest as an insignificant. X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=cae1eeafff097b779b3affc9d0a7b2346ccc764d;p=profile%2Fivi%2Fqtbase.git 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 --- diff --git a/tests/auto/other/networkselftest/networkselftest.pro b/tests/auto/other/networkselftest/networkselftest.pro index 37c8712..c8b8701 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