summaryrefslogtreecommitdiffstats
path: root/tests/auto/network/network.pro
diff options
context:
space:
mode:
authorJason McDonald <jason.mcdonald@nokia.com>2012-04-21 01:06:48 +1000
committerQt by Nokia <qt-info@nokia.com>2012-04-24 16:06:28 +0200
commit161d38182694ce35c0b94c712baece42ff4a9d13 (patch)
tree451a97a38fef38685167cb1d1e3e264f71ee39d9 /tests/auto/network/network.pro
parent6137067fc2c746cf064e47767286292ebc3fbf2e (diff)
Re-enable network tests on Mac OS.
Switch on most of the tests (all but the bearer tests), marking the two known failures as insignificant tests. Change-Id: I17f228a938de1a23eddf897f494bfa4e54338dae Reviewed-by: Sergio Ahumada <sergio.ahumada@nokia.com> Reviewed-by: Shane Kearns <shane.kearns@accenture.com>
Diffstat (limited to 'tests/auto/network/network.pro')
-rw-r--r--tests/auto/network/network.pro6
1 files changed, 2 insertions, 4 deletions
diff --git a/tests/auto/network/network.pro b/tests/auto/network/network.pro
index 2048d14dc8..64262a8632 100644
--- a/tests/auto/network/network.pro
+++ b/tests/auto/network/network.pro
@@ -6,7 +6,5 @@ SUBDIRS=\
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
-}
+win32: socket.CONFIG += no_check_target # QTBUG-24451 - all socket tests require waitForX
+win32|mac:bearer.CONFIG += no_check_target # QTBUG-24503 - these tests fail if machine has a WLAN adaptor