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:
Li-Wen Hsu 2020-03-13 16:44:48 +00:00
parent 405e3338ac
commit c0507192fa
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=358961

View File

@ -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