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:
lwhsu 2020-03-10 19:18:24 +00:00
parent 0ff2fc457a
commit 8a54ab92db

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)