tests: sys.netpfil.pf.forward.v6 fails in CI
sys.netpfil.pf.forward.v6 has been failing in CI. File a bug and disable until it can be resolved. PR: 260460 Sponsored by: Netflix
This commit is contained in:
parent
0ab7c42e94
commit
8b44e26df3
@ -102,6 +102,10 @@ v6_body()
|
||||
{
|
||||
pft_init
|
||||
|
||||
if [ "$(atf_config_get ci false)" = "true" ]; then
|
||||
atf_skip "https://bugs.freebsd.org/260460"
|
||||
fi
|
||||
|
||||
epair_send=$(vnet_mkepair)
|
||||
epair_recv=$(vnet_mkepair)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user