From c0507192fa64d0112694a0e6245338a2d62ed565 Mon Sep 17 00:00:00 2001 From: Li-Wen Hsu Date: Fri, 13 Mar 2020 16:44:48 +0000 Subject: [PATCH] Skip sys.netpfil.pf.nat.exhaust on all platforms as it not only fails on amd64 PR: 244703 Sponsored by: The FreeBSD Foundation --- tests/sys/netpfil/pf/nat.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/sys/netpfil/pf/nat.sh b/tests/sys/netpfil/pf/nat.sh index 728ecfdce610..04bab6b3edd9 100755 --- a/tests/sys/netpfil/pf/nat.sh +++ b/tests/sys/netpfil/pf/nat.sh @@ -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