Hello:
This patch was applied to netdev/net-next.git (main) by Jakub Kicinski kuba@kernel.org:
On Thu, 20 Feb 2025 08:53:26 +0000 you wrote:
The current test marks all unexpected return values as failed and sets ret to 1. If a test is skipped, the entire test also returns 1, incorrectly indicating failure.
To fix this, add a skipped variable and set ret to 4 if it was previously 0. Otherwise, keep ret set to 1.
[...]
Here is the summary with links: - [net-next] selftests: fib_nexthops: do not mark skipped tests as failed https://git.kernel.org/netdev/net-next/c/465b210fdc65
You are awesome, thank you!