CI: Blacklist failing networks tests for QNX qemu

Most likely related to qemu network configuration which cannot be
modified. Reason is that in QNX there is tool which can be controlled
qemu configuration, and it does not provide options for more finer
grade network configuration.

Pick-to: 6.2 6.3
Task-number: QTBUG-101274
Change-Id: I660466e36252e902a2314fb3f4988c531cda9214
Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
Reviewed-by: Mårten Nordheim <marten.nordheim@qt.io>
This commit is contained in:
Pasi Petäjäjärvi 2022-04-05 16:43:54 +03:00
parent e702b64b34
commit 9e0ba8b927
3 changed files with 29 additions and 0 deletions

View File

@ -3,6 +3,8 @@
[passwordAuth]
ubuntu-18.04
ubuntu-20.04
# QTBUG-101274
qnx ci
# QTBUG-74162
[passwordAuth2]
ubuntu

View File

@ -1,5 +1,24 @@
[timeoutConnect:ip]
windows
# QTBUG-101274
[timeoutConnect:WithSocks5Proxy:ip]
qnx ci
[timeoutConnect:WithSocks5ProxyAuth:ip]
qnx ci
[timeoutConnect:WithHttpProxy:ip]
qnx ci
[timeoutConnect:WithHttpProxyBasicAuth:ip]
qnx ci
[timeoutConnect:WithSocks5Proxy SSL:ip]
qnx ci
[timeoutConnect:WithSocks5AuthProxy SSL:ip]
qnx ci
[timeoutConnect:WithHttpProxy SSL:ip]
qnx ci
[timeoutConnect:WithHttpProxyBasicAuth SSL:ip]
qnx ci
[suddenRemoteDisconnect:WithoutProxy:Qt4 Client <-> Qt4 Server]
qnx ci
# QTBUG-66247
[delayedClose:WithSocks5Proxy]
windows-10 gcc developer-build
@ -51,3 +70,8 @@ windows-10 gcc developer-build
windows-10 gcc developer-build
[bind]
macos arm
# QTBUG-101274
[bindThenResolveHost:WithoutProxy:first-fail]
qnx ci
[bindThenResolveHost:WithoutProxy SSL:first-fail]
qnx ci

View File

@ -0,0 +1,3 @@
# QTBUG-101274
[onDemandRootCertLoadingMemberMethods:WithoutProxy]
qnx ci