Temporarily skip failing test case sys.netpfil.pf.fragmentation.v6
PR: 244393 Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
4c1cdd4a7c
commit
bebf52f1ec
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user