Temporarily skip failing test case sys.netpfil.pf.fragmentation.v6

PR:		244393
Sponsored by:	The FreeBSD Foundation
This commit is contained in:
lwhsu 2020-02-25 11:56:54 +00:00
parent 1e2464d905
commit bc3ed3a8e0

View File

@ -80,6 +80,10 @@ v6_head()
v6_body()
{
if [ "$(atf_config_get ci false)" = "true" ]; then
atf_skip "https://bugs.freebsd.org/244393"
fi
pft_init
epair_send=$(vnet_mkepair)