samples/net/telnet: Filter out for NATIVE_APPLICATION
This sample enables EVENTFD (through NET_SOCKETS_SERVICE) which is not kconfig compatible with the old NATIVE_APPLICATION targets (native_posix[//64]) Let's explicity filter out this platforms to avoid the sample from failing to build Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
This commit is contained in:
parent
db7a2bada2
commit
1dd67be2e1
1 changed files with 3 additions and 0 deletions
|
|
@ -7,3 +7,6 @@ tests:
|
|||
tags:
|
||||
- net
|
||||
- telnet
|
||||
platform_exclude:
|
||||
- native_posix
|
||||
- native_posix/native/64
|
||||
|
|
|
|||
Loading…
Reference in a new issue