Temporarily skip failing test case sys.netpfil.pf.fragmentation.v6
PR: 244393 Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
1e2464d905
commit
bc3ed3a8e0
@ -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