Merge branch 'selftests-drv-net-stats-use-skip-instead-of-xfail'
authorJakub Kicinski <kuba@kernel.org>
Tue, 24 Jun 2025 00:06:29 +0000 (17:06 -0700)
committerJakub Kicinski <kuba@kernel.org>
Tue, 24 Jun 2025 00:06:30 +0000 (17:06 -0700)
commitb7ac47616fae7151377cbabb71a286dca71f7a13
tree932996b53226af798aa6dbeddb45b231860ad4de
parent2f70ba1c0bf04349182ae209c8c69e1b71d4c0a8
parent2baa45432d9a84d69f6ae247f5d6eb6525572bbe
Merge branch 'selftests-drv-net-stats-use-skip-instead-of-xfail'

Jakub Kicinski says:

====================
selftests: drv-net: stats: use skip instead of xfail

Alex posted support for configuring pause frames in fbnic. This flipped
the pause stats test from xfail to fail. Because CI considered xfail as
pass it now flags the test as failing. This shouldn't happen. Also we
currently report pause and FEC tests as passing on virtio which doesn't
make sense.
====================

Link: https://patch.msgid.link/20250620161109.2146242-1-kuba@kernel.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>