Skip to content

Commit

Permalink
samples/net/dhcpv4_client: Exclude native_posix due to EVENTFD
Browse files Browse the repository at this point in the history
EVENTFD is not anymore compatible with these targets so let's
disable them with this sample to avoid a failure in twister
otherwise.

Signed-off-by: Alberto Escolar Piedras <[email protected]>
  • Loading branch information
aescolar committed Jul 4, 2024
1 parent 0d0c5af commit 979d0d9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions samples/net/dhcpv4_client/sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ tests:
sample.net.dhcpv4_client:
harness: net
depends_on: netif
platform_exclude:
- native_posix/native/64
- native_posix
tags:
- net
- http

0 comments on commit 979d0d9

Please sign in to comment.