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>bb10
parent
40208168ad
commit
5107cb069c
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -39,7 +39,7 @@ SUBDIRS=\
|
|||
qaccessibilitylinux \
|
||||
qaccessibilitymac \
|
||||
|
||||
!qtHaveModule(network): SUBDIRS -= \
|
||||
winrt|!qtHaveModule(network): SUBDIRS -= \
|
||||
lancelot \
|
||||
networkselftest \
|
||||
qnetworkaccessmanager_and_qprogressdialog \
|
||||
|
|
|
|||
Loading…
Reference in New Issue