summaryrefslogtreecommitdiffstats
path: root/tests/auto/other
diff options
context:
space:
mode:
authorOliver Wolff <oliver.wolff@qt.io>2018-05-08 14:58:41 +0200
committerOliver Wolff <oliver.wolff@qt.io>2018-06-22 05:02:39 +0000
commit5107cb069ca7b12e0b53d1a1d59b4bb6cfebcfd0 (patch)
treef6497f1d781b303f3814809b7c75631ea2638fc9 /tests/auto/other
parent40208168addb79d6e3fcec8f1272f6f58fd31bc6 (diff)
winrt: Skip network auto tests for now
In order to get winrt CI checked, the network tests are being skipped for now. As soon as winrt has landed in CI, these will be fixed and re-enabled. Task-number: QTBUG-68297 Change-Id: I692d72f9e0c97840bd7396551b4e707eec845ebb Reviewed-by: Maurice Kalinowski <maurice.kalinowski@qt.io>
Diffstat (limited to 'tests/auto/other')
-rw-r--r--tests/auto/other/other.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/other/other.pro b/tests/auto/other/other.pro
index 8790993a95..fa09e4d03f 100644
--- a/tests/auto/other/other.pro
+++ b/tests/auto/other/other.pro
@@ -39,7 +39,7 @@ SUBDIRS=\
qaccessibilitylinux \
qaccessibilitymac \
-!qtHaveModule(network): SUBDIRS -= \
+winrt|!qtHaveModule(network): SUBDIRS -= \
lancelot \
networkselftest \
qnetworkaccessmanager_and_qprogressdialog \