cae1eeafff
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>
9 lines
202 B
Prolog
9 lines
202 B
Prolog
CONFIG += testcase
|
|
TARGET = tst_networkselftest
|
|
|
|
SOURCES += tst_networkselftest.cpp
|
|
QT = core network testlib
|
|
|
|
win32:CONFIG += insignificant_test # QTBUG-27571
|
|
DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0
|