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()
|
exhaust_body()
|
||||||
{
|
{
|
||||||
if [ "$(atf_config_get ci false)" = "true" ] && \
|
if [ "$(atf_config_get ci false)" = "true" ]; then
|
||||||
[ "$(uname -p)" = "amd64" ]; then
|
|
||||||
atf_skip "https://bugs.freebsd.org/244703"
|
atf_skip "https://bugs.freebsd.org/244703"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user