From 979d0d9281849f567ff3cac8016f2e4211648a30 Mon Sep 17 00:00:00 2001 From: Alberto Escolar Piedras Date: Thu, 4 Jul 2024 12:08:12 +0200 Subject: [PATCH] samples/net/dhcpv4_client: Exclude native_posix due to EVENTFD 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 --- samples/net/dhcpv4_client/sample.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/samples/net/dhcpv4_client/sample.yaml b/samples/net/dhcpv4_client/sample.yaml index 5656717934ece7..44e1f91dc48f40 100644 --- a/samples/net/dhcpv4_client/sample.yaml +++ b/samples/net/dhcpv4_client/sample.yaml @@ -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