summaryrefslogtreecommitdiffstats
path: root/tests/auto/network/network.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/network/network.pro')
-rw-r--r--tests/auto/network/network.pro4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/auto/network/network.pro b/tests/auto/network/network.pro
index 3eafd7df70..2048d14dc8 100644
--- a/tests/auto/network/network.pro
+++ b/tests/auto/network/network.pro
@@ -6,3 +6,7 @@ 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
+}