samples: net: tftp_client: do not allow native_posix
Because CONFIG_POSIX_API (required) cannot be selected on that platform, resulting in build failures. Signed-off-by: Gerard Marull-Paretas <gerard@teslabs.com>
This commit is contained in:
parent
32dd4ec4e8
commit
67a293e35b
|
@ -6,7 +6,6 @@ tests:
|
|||
harness: net
|
||||
depends_on: netif
|
||||
platform_allow:
|
||||
- native_posix
|
||||
- native_sim
|
||||
integration_platforms:
|
||||
- native_sim
|
||||
|
|
Loading…
Reference in New Issue