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

PR:		244393
Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Li-Wen Hsu 2020-02-25 11:56:54 +00:00
parent 4c1cdd4a7c
commit bebf52f1ec
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=358309

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)