qt5base-lts/tests/auto/network/network.pro
Shane Kearns 4bdc7e6f8b Mark unstable windows network tests
This is unfortunately still "most of them", because of QTBUG-24451
however some of the unit tests are still possible to test stably.

Also skipped test cases which would hang forever due to QTBUG-24451.

Bearer tests are not run, because they pass when test machine has no
wireless LAN, but fail or hang if it does (QTBUG-24503)

Change-Id: Icf99d45707102d2ef9219ed0b5ad521605716219
Reviewed-by: Sergio Ahumada <sergio.ahumada@nokia.com>
Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
2012-03-08 05:31:40 +01:00

13 lines
292 B
Prolog

TEMPLATE=subdirs
SUBDIRS=\
access \
bearer \
kernel \
ssl \
socket \
win32 {
socket.CONFIG += no_check_target # QTBUG-24451 - all socket tests require waitForX
bearer.CONFIG += no_check_target # QTBUG-24503 - these tests fail if machine has a WLAN adaptor
}