Skip sys.netpfil.pf.nat.exhaust on amd64 in CI as it sometimes panics kernel

PR:		244703
Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Li-Wen Hsu 2020-03-10 19:18:24 +00:00
parent 5b27928474
commit 7d292b4814

View File

@ -36,6 +36,11 @@ exhaust_head()
exhaust_body()
{
if [ "$(atf_config_get ci false)" = "true" ] && \
[ "$(uname -p)" = "amd64" ]; then
atf_skip "https://bugs.freebsd.org/244703"
fi
pft_init
epair_nat=$(vnet_mkepair)