Skip sys.netpfil.pf.nat.exhaust on all platforms as it not only fails on amd64
PR: 244703 Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
405e3338ac
commit
c0507192fa
@ -36,8 +36,7 @@ exhaust_head()
|
||||
|
||||
exhaust_body()
|
||||
{
|
||||
if [ "$(atf_config_get ci false)" = "true" ] && \
|
||||
[ "$(uname -p)" = "amd64" ]; then
|
||||
if [ "$(atf_config_get ci false)" = "true" ]; then
|
||||
atf_skip "https://bugs.freebsd.org/244703"
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user