From 5107cb069ca7b12e0b53d1a1d59b4bb6cfebcfd0 Mon Sep 17 00:00:00 2001 From: Oliver Wolff Date: Tue, 8 May 2018 14:58:41 +0200 Subject: [PATCH] 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 --- tests/auto/auto.pro | 2 +- tests/auto/other/other.pro | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/auto/auto.pro b/tests/auto/auto.pro index a830525d04..9eb741edac 100644 --- a/tests/auto/auto.pro +++ b/tests/auto/auto.pro @@ -28,7 +28,7 @@ winrt|!qtHaveModule(opengl): SUBDIRS -= opengl !qtHaveModule(widgets): SUBDIRS -= widgets !qtHaveModule(printsupport): SUBDIRS -= printsupport !qtHaveModule(concurrent): SUBDIRS -= concurrent -!qtHaveModule(network): SUBDIRS -= network +winrt|!qtHaveModule(network): SUBDIRS -= network !qtHaveModule(dbus): SUBDIRS -= dbus !qtHaveModule(xml): SUBDIRS -= xml !qtHaveModule(sql): SUBDIRS -= sql 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 \