tests: net: socket: tls: Disable vmu_rt1170 platform
Due to unresolved bug (see #61129 for details) building TLS tests fails on vmu_rt1170 platform. Therefore disable this platform for this test suite. Signed-off-by: Robert Lubos <robert.lubos@nordicsemi.no>
This commit is contained in:
parent
a416553dba
commit
0bc8de8444
|
@ -9,6 +9,7 @@ common:
|
|||
filter: CONFIG_FULL_LIBC_SUPPORTED
|
||||
integration_platforms:
|
||||
- qemu_x86
|
||||
platform_exclude: vmu_rt1170 # See #61129
|
||||
tests:
|
||||
net.socket.tls:
|
||||
extra_configs:
|
||||
|
|
Loading…
Reference in a new issue