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:
Alberto Escolar Piedras 2024-03-14 14:04:46 +01:00 committed by Henrik Brix Andersen
parent db7a2bada2
commit 1dd67be2e1

View file

@ -7,3 +7,6 @@ tests:
tags:
- net
- telnet
platform_exclude:
- native_posix
- native_posix/native/64