tests: net: arp: Remove the ARP cache clear from the tests

It was incorrectly introduced earlier and not really needed
because the test will pass without it.

Signed-off-by: Jukka Rissanen <jukka.rissanen@nordicsemi.no>
This commit is contained in:
Jukka Rissanen 2025-01-17 16:48:38 +02:00 committed by Benjamin Cabé
parent 4a796913cc
commit 81938f4c82

View file

@ -565,9 +565,6 @@ ZTEST(arp_fn_tests, test_arp)
net_pkt_unref(pkt);
/* Clear the ARP cache so that old entries do not confuse the tests */
net_arp_clear_cache(iface);
/* Then feed in ARP request */
pkt = net_pkt_alloc_with_buffer(iface, sizeof(struct net_eth_hdr) +
sizeof(struct net_arp_hdr),