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:
parent
0ff2fc457a
commit
8a54ab92db
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user