Temporarily skip sys.netpfil.common.forward.pf_v4 on i386 CI as it always fails
PR: 240085 Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
6cc4a3c970
commit
ae92090ae0
@ -40,6 +40,10 @@ v4_head()
|
|||||||
v4_body()
|
v4_body()
|
||||||
{
|
{
|
||||||
firewall=$1
|
firewall=$1
|
||||||
|
if [ "$(atf_config_get ci false)" = "true" ] && \
|
||||||
|
[ "$(uname -p)" = "i386" ] && [ "${firewall}" = "pf" ]; then
|
||||||
|
atf_skip "https://bugs.freebsd.org/240085"
|
||||||
|
fi
|
||||||
firewall_init $firewall
|
firewall_init $firewall
|
||||||
|
|
||||||
epair_send=$(vnet_mkepair)
|
epair_send=$(vnet_mkepair)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user